diff options
author | snj <snj@pkgsrc.org> | 2004-04-21 04:18:10 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-21 04:18:10 +0000 |
commit | 57ddf4d73bcbf1fd9c3551c681f31930aeed6396 (patch) | |
tree | 84ba414c5bbe01c2cd1f376568e53c568a7ed24b /x11/acidlaunch | |
parent | b8323a00b80126831b5904a1903c3cadf9c7e772 (diff) | |
download | pkgsrc-57ddf4d73bcbf1fd9c3551c681f31930aeed6396.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'x11/acidlaunch')
-rw-r--r-- | x11/acidlaunch/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/acidlaunch/Makefile b/x11/acidlaunch/Makefile index 8b7a536fa8f..601df4a90b4 100644 --- a/x11/acidlaunch/Makefile +++ b/x11/acidlaunch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/01/23 21:50:50 jmmv Exp $ +# $NetBSD: Makefile,v 1.9 2004/04/21 04:18:10 snj Exp $ # DISTNAME= acidlaunch-0.5 @@ -11,10 +11,10 @@ HOMEPAGE= http://linuxgamers.net/infoPage.php?page=acidlaunch COMMENT= Small, light-weight app launcher GNU_CONFIGURE= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES CONFIGURE_ARGS+= --disable-xmltest CONFIGURE_ARGS+= --disable-gdk_pixbuftest -.include "../../graphics/gdk-pixbuf/buildlink2.mk" -.include "../../textproc/libxml2/buildlink2.mk" +.include "../../graphics/gdk-pixbuf/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |