diff options
Diffstat (limited to 'editors/gice')
-rw-r--r-- | editors/gice/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/gice/Makefile b/editors/gice/Makefile index f191fe24310..5cb22f28531 100644 --- a/editors/gice/Makefile +++ b/editors/gice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/01/22 08:30:30 grant Exp $ +# $NetBSD: Makefile,v 1.14 2004/04/11 08:11:04 snj Exp $ # DISTNAME= gice-0.6.1 @@ -14,7 +14,7 @@ COMMENT= Powerful C text editor with advanced features WRKSRC= ${WRKDIR}/gice USE_X11= YES USE_GNU_TOOLS+= make -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES GNU_CONFIGURE= YES ALL_TARGET= gice @@ -22,5 +22,5 @@ ALL_TARGET= gice do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gice ${PREFIX}/bin -.include "../../x11/gtk2/buildlink2.mk" +.include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |