diff options
author | wiz <wiz> | 2002-10-05 00:08:48 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-05 00:08:48 +0000 |
commit | 84145d7d14627bb761131e9f63eab9deba844b8e (patch) | |
tree | bbf1ce1d44399f9514d9ae4a42cd342df8646557 /x11/acidlaunch | |
parent | 4da5d085369268f4fa4c66ced6768679c2e3c67c (diff) | |
download | pkgsrc-84145d7d14627bb761131e9f63eab9deba844b8e.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" |