diff options
author | ache <ache@FreeBSD.org> | 2000-05-24 01:04:03 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-05-24 01:04:03 +0800 |
commit | 8d4c3afe598d808d6aa66aa23c322c58d8b8e513 (patch) | |
tree | 2dedece926db7dc9a8bfa0c05c65ca9745c2bd98 /www | |
parent | 3919a7848e272e908617f4b66ddf94116f831047 (diff) | |
download | freebsd-ports-gnome-8d4c3afe598d808d6aa66aa23c322c58d8b8e513.tar.gz freebsd-ports-gnome-8d4c3afe598d808d6aa66aa23c322c58d8b8e513.tar.zst freebsd-ports-gnome-8d4c3afe598d808d6aa66aa23c322c58d8b8e513.zip |
Upgrade to dev.2
Use shared linking of -lintl
Diffstat (limited to 'www')
-rw-r--r-- | www/lynx-current/Makefile | 5 | ||||
-rw-r--r-- | www/lynx-current/distinfo | 2 |
2 files changed, 4 insertions, 3 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 diff --git a/www/lynx-current/distinfo b/www/lynx-current/distinfo index f37c878ff78a..cfeb7d24d10a 100644 --- a/www/lynx-current/distinfo +++ b/www/lynx-current/distinfo @@ -1 +1 @@ -MD5 (lynx2.8.4dev.1.tar.bz2) = 481eab54289d5de88d597354e46ae998 +MD5 (lynx2.8.4dev.2.tar.bz2) = d3dcb02b3d4cca6b50d38ee5886b7874 |