diff options
author | mjl <mjl@pkgsrc.org> | 2000-01-01 18:24:30 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2000-01-01 18:24:30 +0000 |
commit | cd7c68d4e6290083b477e59225955d4606ed17be (patch) | |
tree | c39e07ff6bef2678ac81166adfb9b06179f2cc3e /news/slrn/Makefile | |
parent | 6c51f4f36127315d90d4734830deafa09649fdce (diff) | |
download | pkgsrc-cd7c68d4e6290083b477e59225955d4606ed17be.tar.gz |
Update to 0.9.6.2. Change are mostly bugfixes and minor
cosmetic changes.
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 23c236193a7..52bbc5d1027 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 1999/10/16 00:10:08 mjl Exp $ +# $NetBSD: Makefile,v 1.9 2000/01/01 18:24:30 mjl Exp $ # -DISTNAME= slrn-0.9.5.7 +DISTNAME= slrn-0.9.6.2 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.9:../../devel/libslang +DEPENDS+= libslang-*:../../devel/libslang GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-X |