summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-12 03:35:28 +0000
committersnj <snj@pkgsrc.org>2004-04-12 03:35:28 +0000
commit690238c5912058d7d27a50f072e72930ed574a5c (patch)
tree4458950bc3f19e2e5c45a4aa2f9735308fd6ab80 /editors
parente9b213459bbe35c21cf9b11a33b42774469a2f8d (diff)
downloadpkgsrc-690238c5912058d7d27a50f072e72930ed574a5c.tar.gz
Convert to buildlink3.
Diffstat (limited to 'editors')
-rw-r--r--editors/nedit/Makefile8
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"