summaryrefslogtreecommitdiff
path: root/editors/gice
diff options
context:
space:
mode:
authorsnj <snj>2004-04-11 08:03:29 +0000
committersnj <snj>2004-04-11 08:03:29 +0000
commitd4692ed87deb5d92a826aaaa844bb3e7c586c970 (patch)
tree58635f92996cb76bf31c054ae77ec6a8b04d1391 /editors/gice
parentd3d0591018e96a615153341d44ee3bf15e4811a5 (diff)
downloadpkgsrc-d4692ed87deb5d92a826aaaa844bb3e7c586c970.tar.gz
Convert to buildlink3.
Diffstat (limited to 'editors/gice')
-rw-r--r--editors/gice/Makefile6
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"