diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-13 11:55:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-13 11:55:54 +0000 |
commit | e33663a96a09df20986ded55bdc081992c20d056 (patch) | |
tree | 81cba15431742f89b271ac94f1ed1efa6a988924 /editors | |
parent | 8a9c1dc86e8b6a26d54d80627a4a4f5d321d4c6f (diff) | |
download | pkgsrc-e33663a96a09df20986ded55bdc081992c20d056.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/manedit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/manedit/Makefile b/editors/manedit/Makefile index 750fd56be69..f7ca7114dcb 100644 --- a/editors/manedit/Makefile +++ b/editors/manedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/08/17 21:16:50 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2002/10/13 12:03:30 wiz Exp $ # DISTNAME= ${PKGNAME:S,manedit-,manedit,} @@ -13,7 +13,7 @@ COMMENT= UNIX Manual (man, manpage) page editor, viewer, and browser for X11 WRKSRC= ${WRKDIR}/${DISTNAME}/manedit -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES MAKE_ENV+= CPP="${CXX}" @@ -32,5 +32,5 @@ do-install: cd ${WRKSRC} && ${INSTALL_DATA} manedit.xpm \ ${PREFIX}/share/manedit/icons -.include "../../x11/gtk/buildlink.mk" +.include "../../x11/gtk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |