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 /editors/gice | |
parent | 0cf9134290f64a2d41e435fac6f5264de3469f4c (diff) | |
download | pkgsrc-2561e0e2d29cbf175b7c285afd127cd19f5a23a0.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'editors/gice')
-rw-r--r-- | editors/gice/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
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" |