diff options
Diffstat (limited to 'www/lynx-current/Makefile')
-rw-r--r-- | www/lynx-current/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 6d7b969131b9..d6c56a5b8acd 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -7,14 +7,14 @@ # PORTNAME= lynx -PORTVERSION= 2.8.4dev.1 +PORTVERSION= 2.8.4dev.2 CATEGORIES= www MASTER_SITES= http://lynx.isc.org/current/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ache@FreeBSD.org -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext USE_BZIP2= YES NO_LATEST_LINK= YES @@ -23,6 +23,7 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${L_LIB}" \ --enable-nsl-fork --enable-persistent-cookies \ --enable-nls +CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib MAKE_FLAGS= helpdir=${L_HELP} docdir=${L_DOC} -f MAKEFILE= makefile INSTALL_TARGET= install-full |