diff options
author | mycroft <mycroft> | 1998-07-04 08:50:42 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1998-07-04 08:50:42 +0000 |
commit | 20bf09df64d13214af549478c9381f51a8f3406e (patch) | |
tree | 56ea72740ccfd243cf89e666c37b64e9e5d127b6 /www/lynx/Makefile | |
parent | 31abc2bdf253d30bee71efaafd4406ba94a2ca6b (diff) | |
download | pkgsrc-20bf09df64d13214af549478c9381f51a8f3406e.tar.gz |
Update to the actual 2.8 release.
Diffstat (limited to 'www/lynx/Makefile')
-rw-r--r-- | www/lynx/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 70e312036b7..c51ef4d6e1f 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.10 1998/06/21 15:22:20 tv Exp $ -# FreeBSD Id: Makefile,v 1.71 1997/11/24 19:35:30 ache Exp +# $NetBSD: Makefile,v 1.11 1998/07/04 08:50:42 mycroft Exp $ # -DISTNAME= lynx2.8rel.2 -PKGNAME= lynx-2.8rel.2 +DISTNAME= lynx2-8 +PKGNAME= lynx-2.8 WRKSRC= ${WRKDIR}/lynx2-8 CATEGORIES= www -MASTER_SITES= http://sol.slcc.edu/lynx/current/ +MASTER_SITES= http://sol.slcc.edu/lynx/release2-8/ MAINTAINER= packages@netbsd.org +CONFLICTS= lynx-2.8rel.2 + DEPENDS+= ncurses-1.9.9g:../../devel/ncurses CONFIGURE_ARGS+= --with-screen=ncurses --with-zlib --libdir="${PREFIX}/etc" |