diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-05 00:08:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-05 00:08:48 +0000 |
commit | 93236be4018d9c84e87828173aad6bbe33fd2da7 (patch) | |
tree | bbf1ce1d44399f9514d9ae4a42cd342df8646557 /x11/acidlaunch | |
parent | 93401c77fce188383997b824fbebc4018f7b4b10 (diff) | |
download | pkgsrc-93236be4018d9c84e87828173aad6bbe33fd2da7.tar.gz |
Convert to buildlink2.mk.
Diffstat (limited to 'x11/acidlaunch')
-rw-r--r-- | x11/acidlaunch/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/acidlaunch/Makefile b/x11/acidlaunch/Makefile index dd9d7eed8cc..0703f965731 100644 --- a/x11/acidlaunch/Makefile +++ b/x11/acidlaunch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/09/10 16:06:52 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/10/05 00:08:48 wiz Exp $ # DISTNAME= acidlaunch-0.5 @@ -11,9 +11,10 @@ HOMEPAGE= http://linuxgamers.net/infoPage.php?page=acidlaunch COMMENT= small, light-weight app launcher GNU_CONFIGURE= YES +USE_BUILDLINK2= YES CONFIGURE_ARGS+= --disable-xmltest CONFIGURE_ARGS+= --disable-gdk_pixbuftest -.include "../../graphics/gdk-pixbuf/buildlink.mk" -.include "../../textproc/libxml2/buildlink.mk" +.include "../../graphics/gdk-pixbuf/buildlink2.mk" +.include "../../textproc/libxml2/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |