diff options
author | tron <tron> | 1999-06-22 07:34:15 +0000 |
---|---|---|
committer | tron <tron> | 1999-06-22 07:34:15 +0000 |
commit | ad75ff24a538d061e9ea900fefa5f654962f535b (patch) | |
tree | c89a1769b4478384d35641047dd68f72c7afe572 /news | |
parent | df8d1e56008bfce6df34e567cee4776caaa3c400 (diff) | |
download | pkgsrc-ad75ff24a538d061e9ea900fefa5f654962f535b.tar.gz |
Update dependence on "libslang" package to version 1.3.7.
Diffstat (limited to 'news')
-rw-r--r-- | news/slrn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index e6871ddd4e5..fd1fc12ab3f 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/05/18 22:01:36 mjl Exp $ +# $NetBSD: Makefile,v 1.5 1999/06/22 07:34:16 tron Exp $ # DISTNAME= slrn-0.9.5.6 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/ \ MAINTAINER= mjl@netbsd.org HOMEPAGE= http://space.mit.edu/%7Edavis/slrn.html -DEPENDS+= libslang-1.2.2:../../devel/libslang +DEPENDS+= libslang-1.3.7:../../devel/libslang GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-X --prefix=${PREFIX} |