diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 08:03:29 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 08:03:29 +0000 |
commit | 2da2cc2b7bced228eed6255f85a26ba09b6ba60d (patch) | |
tree | 58635f92996cb76bf31c054ae77ec6a8b04d1391 /editors/gice | |
parent | a11c1c79057b02841219a7ab9f3e32fd8a76ab8b (diff) | |
download | pkgsrc-2da2cc2b7bced228eed6255f85a26ba09b6ba60d.tar.gz |
Convert to buildlink3.
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" |