diff options
author | jlam <jlam@pkgsrc.org> | 2004-01-22 14:00:01 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-01-22 14:00:01 +0000 |
commit | d9dbe83d21f85e773040a5e52c9a3a3abd4ca6ed (patch) | |
tree | 6a2d1a9194e4668a6a1033c1d96c0a6347717702 /archivers | |
parent | 26b119de0f029a52ec66b6efed7132554952479a (diff) | |
download | pkgsrc-d9dbe83d21f85e773040a5e52c9a3a3abd4ca6ed.tar.gz |
bl3ify
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/cxunzip/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/cxunzip/Makefile b/archivers/cxunzip/Makefile index 64ce30608f9..0324cb5186b 100644 --- a/archivers/cxunzip/Makefile +++ b/archivers/cxunzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/01/22 07:18:43 grant Exp $ +# $NetBSD: Makefile,v 1.12 2004/01/22 14:00:01 jlam Exp $ DISTNAME= cxunzip-0.98 PKGREVISION= 1 @@ -9,11 +9,11 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://gurb.ton.tut.fi/gnome COMMENT= Cloned Xunzip is a GNOME zip-archive uncompressing program -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_X11= yes GNU_CONFIGURE= yes USE_GNU_TOOLS+= make #USE_LIBTOOL= yes -.include "../../x11/gnome-libs/buildlink2.mk" +.include "../../x11/gnome-libs/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |