diff options
Diffstat (limited to 'www/lynx-current/Makefile')
-rw-r--r-- | www/lynx-current/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 5ac65d968a01..75bdffd4d53e 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -4,20 +4,19 @@ # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.51 1997/08/21 10:17:45 andreas Exp $ +# $Id: Makefile,v 1.52 1997/08/21 16:21:44 andreas Exp $ # -DISTNAME= lynx2.7.1ac-0.54 -PKGNAME= lynx-2.7.1ac-0.54 +DISTNAME= lynx2.7.1ac-0.55 +PKGNAME= lynx-2.7.1ac-0.55 CATEGORIES= www MASTER_SITES= http://sol.slcc.edu/lynx/current/ MAINTAINER= ache@FreeBSD.ORG -BROKEN= "doesn't build on -current" WRKSRC= ${WRKDIR}/lynx2-7-1 GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-screen=ncurses +CONFIGURE_ARGS= --with-screen=ncurses --with-zlib MAKE_FLAGS= libdir=${PREFIX}/etc \ SITE_DEFS=-DLYNX_CFG_FILE='\\\"${PREFIX}/etc/lynx.cfg\\\"' \ -f |