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 /misc/most | |
parent | f4cbb285a70b28c6d85208ef482f87c3bb5c68a8 (diff) | |
download | pkgsrc-d8affa516203ce90c029c739f7df07eed44ab9dc.tar.gz |
Update dependeny on libslang to 1.3.9
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 1992d6d73f5..6bf1599da28 100644 --- a/misc/most/Makefile +++ b/misc/most/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/07/22 07:10:48 mycroft Exp $ +# $NetBSD: Makefile,v 1.11 1999/10/15 23:59:18 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.8:../../devel/libslang +DEPENDS+= libslang-1.3.9:../../devel/libslang GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-x |