diff options
Diffstat (limited to 'www/lynx-current/Makefile')
-rw-r--r-- | www/lynx-current/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 0c9ab0b6af6f..8eee5cca76ed 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -6,11 +6,10 @@ # PORTNAME= lynx -PORTVERSION= 2.8.5d7 -PORTREVISION= 1 +PORTVERSION= 2.8.5d8 CATEGORIES= www ipv6 MASTER_SITES= http://lynx.isc.org/current/ -DISTNAME= ${PORTNAME}2.8.5dev.7 +DISTNAME= ${PORTNAME}2.8.5dev.8 MAINTAINER= ache@FreeBSD.org @@ -40,7 +39,8 @@ CONFIGURE_ARGS+= --enable-ipv6 .else CONFIGURE_ARGS+= --disable-ipv6 .endif -CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib +CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib \ + LIBS=-lncurses MAKE_FLAGS= helpdir=${L_HELP} docdir=${L_DOC} -f MAKEFILE= makefile INSTALL_TARGET= install-full |