diff options
author | jlam <jlam> | 2002-09-21 00:31:17 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-09-21 00:31:17 +0000 |
commit | fc7eae578746692d8310aae37ee554efd84c0a2f (patch) | |
tree | c10c3a0e00e661aa89bc71a0831c59788382365f /archivers/cxunzip | |
parent | 81c43fcf9751cb084223bb18b9e19037620f5d68 (diff) | |
download | pkgsrc-fc7eae578746692d8310aae37ee554efd84c0a2f.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'archivers/cxunzip')
-rw-r--r-- | archivers/cxunzip/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/archivers/cxunzip/Makefile b/archivers/cxunzip/Makefile index d7d88d46d8c..43f40e6226f 100644 --- a/archivers/cxunzip/Makefile +++ b/archivers/cxunzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/05/25 02:42:32 fredb Exp $ +# $NetBSD: Makefile,v 1.2 2002/09/21 00:38:46 jlam Exp $ DISTNAME= cxunzip-0.96 CATEGORIES= archivers @@ -8,10 +8,11 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://gurb.ton.tut.fi/gnome COMMENT= Cloned Xunzip is a GNOME zip-archive uncompressing program +USE_BUILDLINK2= yes +USE_X11= yes GNU_CONFIGURE= yes USE_GMAKE= yes #USE_LIBTOOL= yes -.include "../../x11/gnome-libs/buildlink.mk" -.include "../../mk/x11.buildlink.mk" +.include "../../x11/gnome-libs/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |