diff options
-rw-r--r-- | www/lynx/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index cb581bc36e6..5ed144d6256 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -4,11 +4,12 @@ # Date created: 15 Dec 1994 # Whom: ache # +# $NetBSD: Makefile,v 1.2 1997/11/26 15:00:59 agc Exp $ # FreeBSD Id: Makefile,v 1.71 1997/11/24 19:35:30 ache Exp # -DISTNAME= lynx2.7.1ac-0.96 -PKGNAME= lynx-2.7.1ac-0.96 +DISTNAME= lynx2.7.1ac-0.97 +PKGNAME= lynx-2.7.1ac-0.97 CATEGORIES= www MASTER_SITES= http://sol.slcc.edu/lynx/current/ @@ -16,6 +17,7 @@ MAINTAINER= ache@FreeBSD.ORG WRKSRC= ${WRKDIR}/lynx2-7-1 GNU_CONFIGURE= YES +LIB_DEPENDS= ncurses\\.3\\.4:${PORTSDIR}/devel/ncurses CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${PREFIX}/etc" MAKEFILE= makefile MAN1= lynx.1 |