summaryrefslogtreecommitdiff
path: root/editors/jed/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/jed/Makefile')
-rw-r--r--editors/jed/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile
index 2f22cc00d2d..c3cfb172212 100644
--- a/editors/jed/Makefile
+++ b/editors/jed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2001/10/25 19:34:44 agc Exp $
+# $NetBSD: Makefile,v 1.18 2002/03/14 17:43:41 wiz Exp $
#
DISTNAME= jed-B0.99-15
@@ -8,11 +8,9 @@ MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v0.99/ \
ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/jed/
MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://space.mit.edu/%7Edavis/jed.html
+HOMEPAGE= http://space.mit.edu/~davis/jed.html
COMMENT= Text editor with many features, extensible through S-Lang functions
-DEPENDS+= libslang-[0-9]*:../../devel/libslang
-
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-X
@@ -27,4 +25,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 "../../mk/bsd.pkg.mk"