diff options
author | snj <snj@pkgsrc.org> | 2004-04-26 04:55:28 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-26 04:55:28 +0000 |
commit | 82da06414a2e7f56b65982fdb55ca41c762f5244 (patch) | |
tree | c4c114232e887087d17bb67715ad8ce0f95adfcf /editors | |
parent | 341827c07c91d90037c5a0b5574f64ef74980963 (diff) | |
download | pkgsrc-82da06414a2e7f56b65982fdb55ca41c762f5244.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gnotepad/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/gnotepad/Makefile b/editors/gnotepad/Makefile index ca354cd08e0..114b883b8f6 100644 --- a/editors/gnotepad/Makefile +++ b/editors/gnotepad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/03/26 02:27:39 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2004/04/26 05:08:21 snj Exp $ DISTNAME= gnotepad+-1.3.3 PKGNAME= ${DISTNAME:S/+//} @@ -12,7 +12,7 @@ COMMENT= Easy-to-use, yet feature-rich, simple HTML/text editor for X11 BUILD_USES_MSGFMT= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES USE_X11BASE= YES USE_GNU_TOOLS+= make @@ -21,7 +21,7 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -.include "../../devel/gettext-lib/buildlink2.mk" -.include "../../x11/gnome-core/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../x11/gnome-core/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |