summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-09 13:45:46 +0000
committerwiz <wiz@pkgsrc.org>2002-10-09 13:45:46 +0000
commited943d9a0cc524d0531b5c6e9c80c8bf37d9035e (patch)
tree08b97760640945646e36d406aafd96a54977ce97 /editors
parent4a9a740f0f34d8d9c9577b049a62576a9dcecd50 (diff)
downloadpkgsrc-ed943d9a0cc524d0531b5c6e9c80c8bf37d9035e.tar.gz
buildlink1 -> buildlink2.
Diffstat (limited to 'editors')
-rw-r--r--editors/jed/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile
index c3cfb172212..4886f40c8db 100644
--- a/editors/jed/Makefile
+++ b/editors/jed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2002/03/14 17:43:41 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2002/10/09 13:45:46 wiz Exp $
#
DISTNAME= jed-B0.99-15
@@ -11,6 +11,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://space.mit.edu/~davis/jed.html
COMMENT= Text editor with many features, extensible through S-Lang functions
+USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-X
@@ -25,5 +26,5 @@ post-install:
${RM} -f ${PREFIX}/share/jed/doc/jed.1 ${PREFIX}/share/jed/doc/rgrep.1
${RMDIR} ${PREFIX}/share/jed/bin
-.include "../../devel/libslang/buildlink.mk"
+.include "../../devel/libslang/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"