diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-05 04:53:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-05 04:53:16 +0000 |
commit | 2561e0e2d29cbf175b7c285afd127cd19f5a23a0 (patch) | |
tree | bb4407d94e3ef61d67c8dbacf0105d7e2a743761 | |
parent | 0cf9134290f64a2d41e435fac6f5264de3469f4c (diff) | |
download | pkgsrc-2561e0e2d29cbf175b7c285afd127cd19f5a23a0.tar.gz |
Convert to buildlink2.
-rw-r--r-- | devel/glade/Makefile | 6 | ||||
-rw-r--r-- | editors/gice/Makefile | 7 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/glade/Makefile b/devel/glade/Makefile index 983799f2fad..121afddf164 100644 --- a/devel/glade/Makefile +++ b/devel/glade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2002/09/10 16:06:39 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2002/10/05 04:53:16 wiz Exp $ # DISTNAME= glade-0.6.2 @@ -13,8 +13,8 @@ COMMENT= User interface builder for GTK+ GNU_CONFIGURE= yes USE_X11BASE= yes +USE_BUILDLINK2= yes -#CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" CONFIGURE_ENV+= LOCALEDIR=${PKGLOCALEDIR} CONFIGURE_ARGS+=--with-bonobo CONFIGURE_ARGS+=--localstatedir=${X11PREFIX}/var/lib @@ -31,5 +31,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/portability.txt ${PREFIX}/share/doc/glade ${INSTALL_DATA} ${WRKSRC}/doc/source_code.txt ${PREFIX}/share/doc/glade -.include "../../x11/gnome-core/buildlink.mk" +.include "../../x11/gnome-core/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/gice/Makefile b/editors/gice/Makefile index 5e738616eb4..ee9a99326ca 100644 --- a/editors/gice/Makefile +++ b/editors/gice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/09/06 23:51:13 rh Exp $ +# $NetBSD: Makefile,v 1.2 2002/10/05 05:00:50 wiz Exp $ # DISTNAME= gice-0.6.1 @@ -12,7 +12,7 @@ COMMENT= Powerful C text editor with advanced features USE_X11= YES USE_GMAKE= YES -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES GNU_CONFIGURE= YES WRKSRC= ${WRKDIR}/gice @@ -21,6 +21,5 @@ ALL_TARGET= gice do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gice ${PREFIX}/bin -.include "../../x11/gtk2/buildlink.mk" -.include "../../mk/x11.buildlink.mk" +.include "../../x11/gtk2/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |