diff options
author | mjl <mjl@pkgsrc.org> | 2000-01-01 17:11:27 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2000-01-01 17:11:27 +0000 |
commit | 3f7c2a044910fc7d3b4e67b559694440381323fc (patch) | |
tree | 243afd1589c260da10e3e6a8ff0a7f6158e611ea /misc/most | |
parent | 8bcbad12e36e912704a341be076223dc00d44cf1 (diff) | |
download | pkgsrc-3f7c2a044910fc7d3b4e67b559694440381323fc.tar.gz |
Wildcard dependency on libslang.
Diffstat (limited to 'misc/most')
-rw-r--r-- | misc/most/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |