diff options
Diffstat (limited to 'archivers/lzop')
-rw-r--r-- | archivers/lzop/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile index 81bfd13d65a..33fd0610b30 100644 --- a/archivers/lzop/Makefile +++ b/archivers/lzop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/03/11 18:03:50 xtraeme Exp $ +# $NetBSD: Makefile,v 1.12 2004/07/28 02:47:34 minskim Exp $ # DISTNAME= lzop-1.01 @@ -9,6 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.oberhumer.com/opensource/lzop/ COMMENT= Fast file compressor similar to gzip, using the LZO library +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= YES GNU_CONFIGURE= YES |