summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
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"