- Trim Makefile header - Remove unnecessary depend on PERL_LEVEL < 5.12
Responsible Changed From-To: freebsd-ports-bugs->lioux Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed. Thanks!
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 \ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"