diff options
author | minskim <minskim@pkgsrc.org> | 2004-07-28 02:47:34 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-07-28 02:47:34 +0000 |
commit | 5a4e75ef0dbfbe472daed99a61461c796830b3ba (patch) | |
tree | a2db94abf3df23400d346801b7559fa165b0b694 /archivers/lzop | |
parent | b85cc0437e09f2f375ea54116f177bba559a5501 (diff) | |
download | pkgsrc-5a4e75ef0dbfbe472daed99a61461c796830b3ba.tar.gz |
Enable pkgviews installation.
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 |