diff options
author | mjl <mjl@pkgsrc.org> | 1999-10-15 23:59:18 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 1999-10-15 23:59:18 +0000 |
commit | d8affa516203ce90c029c739f7df07eed44ab9dc (patch) | |
tree | 5104cf0b6a481db879065026ae3ba5eba511da10 /editors | |
parent | f4cbb285a70b28c6d85208ef482f87c3bb5c68a8 (diff) | |
download | pkgsrc-d8affa516203ce90c029c739f7df07eed44ab9dc.tar.gz |
Update dependeny on libslang to 1.3.9
Diffstat (limited to 'editors')
-rw-r--r-- | editors/jed/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile index 081174ca345..e8cb879e373 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/07/22 07:10:47 mycroft Exp $ +# $NetBSD: Makefile,v 1.8 1999/10/15 23:59:18 mjl Exp $ # DISTNAME= jed0.98-7 @@ -10,7 +10,7 @@ MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v0.98/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://space.mit.edu/%7Edavis/jed.html -DEPENDS+= libslang-1.3.8:../../devel/libslang +DEPENDS+= libslang-1.3.9:../../devel/libslang GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-X |