diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-10 17:04:41 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-10 17:04:41 +0000 |
commit | 4d4e9b4a47e0015afca3a83db4996a2e4fd355a8 (patch) | |
tree | 89c504f6261d6c6b11ea71063a028e57107af3d4 /archivers/cxunzip | |
parent | 76ac2ced9d502562fe7f98371f288d3b4f4a0fc5 (diff) | |
download | pkgsrc-4d4e9b4a47e0015afca3a83db4996a2e4fd355a8.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'archivers/cxunzip')
-rw-r--r-- | archivers/cxunzip/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/cxunzip/Makefile b/archivers/cxunzip/Makefile index 0324cb5186b..824e6b212da 100644 --- a/archivers/cxunzip/Makefile +++ b/archivers/cxunzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/01/22 14:00:01 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2004/05/10 17:04:41 minskim Exp $ DISTNAME= cxunzip-0.98 PKGREVISION= 1 @@ -9,6 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://gurb.ton.tut.fi/gnome COMMENT= Cloned Xunzip is a GNOME zip-archive uncompressing program +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= yes USE_X11= yes GNU_CONFIGURE= yes |