summaryrefslogtreecommitdiff
path: root/editors/jed
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-09 13:45:46 +0000
committerwiz <wiz>2002-10-09 13:45:46 +0000
commit6096301193224aae852bbc2579912791c3d453ec (patch)
tree08b97760640945646e36d406aafd96a54977ce97 /editors/jed
parent845712f1599d01c52ec8fe85bda9e64d235e095f (diff)
downloadpkgsrc-6096301193224aae852bbc2579912791c3d453ec.tar.gz
buildlink1 -> buildlink2.
Diffstat (limited to 'editors/jed')
-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"