diff options
author | mjl <mjl> | 2000-01-01 17:11:27 +0000 |
---|---|---|
committer | mjl <mjl> | 2000-01-01 17:11:27 +0000 |
commit | 0d162ec165ff81ce91d053c4a28b322892353afc (patch) | |
tree | 243afd1589c260da10e3e6a8ff0a7f6158e611ea /editors/jed/Makefile | |
parent | 5270f5a95f00a0f985a21a0c9406275a20fbbea3 (diff) | |
download | pkgsrc-0d162ec165ff81ce91d053c4a28b322892353afc.tar.gz |
Wildcard dependency on libslang.
Diffstat (limited to 'editors/jed/Makefile')
-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 e8cb879e373..4ec363cd7a8 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/10/15 23:59:18 mjl Exp $ +# $NetBSD: Makefile,v 1.9 2000/01/01 17:11:28 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.9:../../devel/libslang +DEPENDS+= libslang-*:../../devel/libslang GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-X |