diff options
Diffstat (limited to 'archivers/lzip/Makefile')
-rw-r--r-- | archivers/lzip/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/archivers/lzip/Makefile b/archivers/lzip/Makefile index 963819fb825..1e643cf88f3 100644 --- a/archivers/lzip/Makefile +++ b/archivers/lzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/03/14 14:39:59 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2012/09/11 19:46:56 asau Exp $ # DISTNAME= lzip-1.13 @@ -10,8 +10,6 @@ HOMEPAGE= http://www.nongnu.org/lzip/lzip.html COMMENT= Lossless data compressor based on the LZMA algorithm LICENSE= gnu-gpl-v3 -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= c++ HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} |