diff options
author | mjl <mjl@pkgsrc.org> | 1999-10-16 00:10:08 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 1999-10-16 00:10:08 +0000 |
commit | 228af5db4ca1e841f87a4376f94d984515ab3c77 (patch) | |
tree | 070d1059b0946e7149921aa686324c5d1fb84c3a /news/slrn/Makefile | |
parent | d8affa516203ce90c029c739f7df07eed44ab9dc (diff) | |
download | pkgsrc-228af5db4ca1e841f87a4376f94d984515ab3c77.tar.gz |
Update to 0.9.5.7. Changes are minor bug fixes.
Diffstat (limited to 'news/slrn/Makefile')
-rw-r--r-- | news/slrn/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 71ddc97b80c..23c236193a7 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 1999/07/22 07:10:48 mycroft Exp $ +# $NetBSD: Makefile,v 1.8 1999/10/16 00:10:08 mjl Exp $ # -DISTNAME= slrn-0.9.5.6 +DISTNAME= slrn-0.9.5.7 CATEGORIES= news MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/ \ ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/slrn/ @@ -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.3.8:../../devel/libslang +DEPENDS+= libslang-1.3.9:../../devel/libslang GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-X |