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 | |
parent | 5270f5a95f00a0f985a21a0c9406275a20fbbea3 (diff) | |
download | pkgsrc-0d162ec165ff81ce91d053c4a28b322892353afc.tar.gz |
Wildcard dependency on libslang.
-rw-r--r-- | editors/jed/Makefile | 4 | ||||
-rw-r--r-- | misc/most/Makefile | 4 | ||||
-rw-r--r-- | www/lynx/Makefile | 4 |
3 files changed, 6 insertions, 6 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 diff --git a/misc/most/Makefile b/misc/most/Makefile index 6bf1599da28..290b9e99a5e 100644 --- a/misc/most/Makefile +++ b/misc/most/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/10/15 23:59:18 mjl Exp $ +# $NetBSD: Makefile,v 1.12 2000/01/01 17:11:28 mjl Exp $ # FreeBSD Id: Makefile,v 1.2 1997/06/03 21:52:01 asami Exp # @@ -11,7 +11,7 @@ MASTER_SITES= ftp://space.mit.edu/pub/davis/most/ \ MAINTAINER= rhwang@bigpanda.com HOMEPAGE= http://space.mit.edu/~davis/most.html -DEPENDS+= libslang-1.3.9:../../devel/libslang +DEPENDS+= libslang-*:../../devel/libslang GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-x diff --git a/www/lynx/Makefile b/www/lynx/Makefile index a60baa8f3a3..ab36f790ad4 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 1999/10/15 23:59:18 mjl Exp $ +# $NetBSD: Makefile,v 1.23 2000/01/01 17:11:27 mjl Exp $ # DISTNAME= lynx2-8-2 @@ -10,7 +10,7 @@ MASTER_SITES= http://www.slcc.edu/lynx/release2-8-2/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.slcc.edu/lynx/ -DEPENDS+= libslang-1.3.9:../../devel/libslang +DEPENDS+= libslang-*:../../devel/libslang GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-screen=slang --with-zlib --libdir="${PREFIX}/etc" |