diff options
-rw-r--r-- | www/amphetadesk/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/www/amphetadesk/Makefile b/www/amphetadesk/Makefile index 98e528b18a0a..460cba0c0f37 100644 --- a/www/amphetadesk/Makefile +++ b/www/amphetadesk/Makefile @@ -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 \ |