diff options
author | minskim <minskim@pkgsrc.org> | 2004-07-02 21:06:35 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-07-02 21:06:35 +0000 |
commit | 1a9c0a3c25dfc3e62e5432d303db06e3827c97de (patch) | |
tree | 65516dd92320edbddf25f7f67647dc0b5668e999 /archivers/gzip-base | |
parent | 3ddba4ca1a3e223977221100bee19addcbe58ba9 (diff) | |
download | pkgsrc-1a9c0a3c25dfc3e62e5432d303db06e3827c97de.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'archivers/gzip-base')
-rw-r--r-- | archivers/gzip-base/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/gzip-base/Makefile b/archivers/gzip-base/Makefile index bf536935af6..a725f16a16f 100644 --- a/archivers/gzip-base/Makefile +++ b/archivers/gzip-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/05/07 21:41:43 reed Exp $ +# $NetBSD: Makefile,v 1.16 2004/07/02 21:06:35 minskim Exp $ # DISTNAME= gzip-1.2.4a @@ -13,6 +13,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnu.org/software/gzip/gzip.html COMMENT= Compress or expand files +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= YES GNU_CONFIGURE= YES |