pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/upx Converted USE_PERL5 to USE_TOOLS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6aa4a3bc992
branches:  trunk
changeset: 494590:f6aa4a3bc992
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed May 25 22:53:55 2005 +0000

description:
Converted USE_PERL5 to USE_TOOLS.

diffstat:

 archivers/upx/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r ab308c49cf0c -r f6aa4a3bc992 archivers/upx/Makefile
--- a/archivers/upx/Makefile    Wed May 25 22:53:26 2005 +0000
+++ b/archivers/upx/Makefile    Wed May 25 22:53:55 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/05/22 20:07:37 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2005/05/25 22:53:55 rillig Exp $
 
 DISTNAME=      upx-1.25-src
 PKGNAME=       ${DISTNAME:S/-src//}
@@ -11,8 +11,7 @@
 
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 
-USE_TOOLS+=    gmake
-USE_PERL5=     build
+USE_TOOLS+=    gmake perl
 
 do-build:
        cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV}                       \



Home | Main Index | Thread Index | Old Index