diff options
author | ade <ade@FreeBSD.org> | 2002-04-13 01:10:20 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-04-13 01:10:20 +0800 |
commit | 17667de189a473dd1b3f3844a9a029a6ea7faee2 (patch) | |
tree | d11d27576ba0bc6656fca5c8a2e074489e3a91b7 /ftp/wget+ipv6 | |
parent | 8d430f11da8d17c3ad0e7d892920c5a7ee27829c (diff) | |
download | freebsd-ports-gnome-17667de189a473dd1b3f3844a9a029a6ea7faee2.tar.gz freebsd-ports-gnome-17667de189a473dd1b3f3844a9a029a6ea7faee2.tar.zst freebsd-ports-gnome-17667de189a473dd1b3f3844a9a029a6ea7faee2.zip |
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
Diffstat (limited to 'ftp/wget+ipv6')
-rw-r--r-- | ftp/wget+ipv6/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/ftp/wget+ipv6/Makefile b/ftp/wget+ipv6/Makefile index 8575717bee0f..6a9f4c72c4d6 100644 --- a/ftp/wget+ipv6/Makefile +++ b/ftp/wget+ipv6/Makefile @@ -7,7 +7,7 @@ PORTNAME= wget PORTVERSION= 1.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp www ipv6 MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.dl.ac.uk/ccp14/ftp-mirror/wget/pub/unix/util/wget/ \ @@ -24,8 +24,8 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= sf@FreeBSD.org -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old -BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv +BUILD_DEPENDS= msgfmt-old:${PORTSDIR}/devel/gettext-old +LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext .if !defined(WITHOUT_SSL) USE_OPENSSL= yes @@ -33,8 +33,10 @@ CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} .endif USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \ - LIBS=-L${LOCALBASE}/lib +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" \ + MSGFMT="${LOCALBASE}/bin/msgfmt-old" \ + XGETTEXT="${LOCALBASE}/bin/xgettext-old" MAN1= wget.1 |