svn commit: r320172 - head/www/amphetadesk

Andrej Zverev az at FreeBSD.org
Fri Jun 7 07:55:50 UTC 2013


Author: az
Date: Fri Jun  7 07:55:49 2013
New Revision: 320172
URL: http://svnweb.freebsd.org/changeset/ports/320172

Log:
  - Trim Makefile header
  - Remove unnecessary depend on PERL_LEVEL < 5.12
  
  PR:		ports/178941
  Submitted by:	az
  Approved by:	maintainer (timeout)

Modified:
  head/www/amphetadesk/Makefile   (contents, props changed)

Modified: head/www/amphetadesk/Makefile
==============================================================================
--- head/www/amphetadesk/Makefile	Fri Jun  7 07:54:32 2013	(r320171)
+++ head/www/amphetadesk/Makefile	Fri Jun  7 07:55:49 2013	(r320172)
@@ -1,9 +1,5 @@
-# Ports collection Makefile for:	AmphetaDesk
-# Date created:				8 April 2004
-# Whom:					kstailey
-#
+# Created by: kstailey
 # $FreeBSD$
-#
 
 PORTNAME=	amphetadesk
 PORTVERSION=	0.93.1
@@ -46,10 +42,6 @@ PORTDOCS=	\
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 500903
-RUN_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
 post-patch:
 	@${FIND} ${WRKSRC} -type f -print0 | \
 		${XARGS} -0 -x -n 10 \


More information about the svn-ports-all mailing list