diff options
author | schwarz <schwarz> | 2006-02-26 11:56:40 +0000 |
---|---|---|
committer | schwarz <schwarz> | 2006-02-26 11:56:40 +0000 |
commit | c2cfd40dcae55846b23c88859b15476094f8646c (patch) | |
tree | 5f5ce24acaebc178d598e95b22c89823039dc871 /archivers/upx | |
parent | 19776b23d4ad59803acf50a302285322fc8a8c5d (diff) | |
download | pkgsrc-c2cfd40dcae55846b23c88859b15476094f8646c.tar.gz |
uses both C and C++
Diffstat (limited to 'archivers/upx')
-rw-r--r-- | archivers/upx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/upx/Makefile b/archivers/upx/Makefile index 16022e9c0bc..693f5bbe1fc 100644 --- a/archivers/upx/Makefile +++ b/archivers/upx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/02/09 18:19:39 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2006/02/26 11:56:40 schwarz Exp $ DISTNAME= upx-1.25-src PKGNAME= ${DISTNAME:S/-src//} @@ -13,6 +13,7 @@ COMMENT= Ultimate packer for executables WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_TOOLS+= gmake perl +USE_LANGUAGES= c c++ INSTALLATION_DIRS= bin |