diff options
author | snj <snj@pkgsrc.org> | 2004-04-12 03:35:28 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-12 03:35:28 +0000 |
commit | 2dd725830d31f46ddf08c919b99b11978e7839a2 (patch) | |
tree | 4458950bc3f19e2e5c45a4aa2f9735308fd6ab80 /editors/nedit | |
parent | 4477dd23a4d6077d31ad592498262c0f82ccd571 (diff) | |
download | pkgsrc-2dd725830d31f46ddf08c919b99b11978e7839a2.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'editors/nedit')
-rw-r--r-- | editors/nedit/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 9e2030a49c9..9362c1ee818 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2004/01/28 12:13:02 xtraeme Exp $ +# $NetBSD: Makefile,v 1.34 2004/04/12 03:35:28 snj Exp $ DISTNAME= nedit-${VERS}-source PKGNAME= nedit-${VERS} @@ -19,7 +19,7 @@ COMMENT= Motif based standard GUI style text editor VERS= 5.4 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES ALL_TARGET= netbsd @@ -34,7 +34,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/doc/faq.txt ${PREFIX}/share/doc/nedit ${INSTALL_DATA} ${WRKSRC}/doc/NEdit.ad ${PREFIX}/share/doc/nedit -.include "../../graphics/xpm/buildlink2.mk" -.include "../../mk/motif.buildlink2.mk" +.include "../../graphics/xpm/buildlink3.mk" +.include "../../mk/motif.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |