diff options
author | wiz <wiz> | 2002-03-14 17:43:41 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-03-14 17:43:41 +0000 |
commit | 318e1613889944d73b7aa4d98fc891ddcd129c11 (patch) | |
tree | f5c20b4d754d71113857666a2eb19720abdf851a /editors/jed/Makefile | |
parent | 03cfb1596455cc08d72cbb750b05042c0147af45 (diff) | |
download | pkgsrc-318e1613889944d73b7aa4d98fc891ddcd129c11.tar.gz |
Use slang buildlink.mk instead of DEPENDency.
Fixes pkg/15852 as suggested by Hiramatsu Yoshifumi.
Diffstat (limited to 'editors/jed/Makefile')
-rw-r--r-- | editors/jed/Makefile | 7 |
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" |