diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-09 13:45:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-09 13:45:46 +0000 |
commit | ed943d9a0cc524d0531b5c6e9c80c8bf37d9035e (patch) | |
tree | 08b97760640945646e36d406aafd96a54977ce97 /editors/jed | |
parent | 4a9a740f0f34d8d9c9577b049a62576a9dcecd50 (diff) | |
download | pkgsrc-ed943d9a0cc524d0531b5c6e9c80c8bf37d9035e.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'editors/jed')
-rw-r--r-- | editors/jed/Makefile | 5 |
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" |