diff options
Diffstat (limited to 'archivers/upx/Makefile')
-rw-r--r-- | archivers/upx/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/upx/Makefile b/archivers/upx/Makefile index 673e61a5c27..55e8f5d3b1a 100644 --- a/archivers/upx/Makefile +++ b/archivers/upx/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/01/07 15:12:59 ben Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/20 12:07:07 agc Exp $ DISTNAME= upx-1.24-src PKGNAME= ${DISTNAME:S/-src//} -WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= misc archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=upx/} @@ -12,6 +11,8 @@ COMMENT= Ultimate packer for executables DEPENDS+= ucl>=1.01:../../devel/ucl +WRKSRC= ${WRKDIR}/${PKGNAME} + USE_GMAKE= yes USE_PERL5= build |