summaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-09-25 10:05:30 +0000
committersobomax <sobomax@FreeBSD.org>2002-09-25 10:05:30 +0000
commit7acd40c3828bd2e57f74be7aaeb47762dd297a09 (patch)
tree9ebcdfb195821cda4c857184f12a53b0887378f9 /ftp
parentace07f74426f9229830f5f03dae5046a03b9fd89 (diff)
downloadFreeBSD-ports-7acd40c3828bd2e57f74be7aaeb47762dd297a09.zip
FreeBSD-ports-7acd40c3828bd2e57f74be7aaeb47762dd297a09.tar.gz
Drop gettext-old dependency.
Diffstat (limited to 'ftp')
-rw-r--r--ftp/wget+ipv6/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/ftp/wget+ipv6/Makefile b/ftp/wget+ipv6/Makefile
index d2b11ff..f6c3647 100644
--- a/ftp/wget+ipv6/Makefile
+++ b/ftp/wget+ipv6/Makefile
@@ -24,7 +24,6 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= sf@FreeBSD.org
-BUILD_DEPENDS= msgfmt-old:${PORTSDIR}/devel/gettext-old
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
.if !defined(WITHOUT_SSL)
@@ -34,9 +33,8 @@ CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE}
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib" \
- MSGFMT="${LOCALBASE}/bin/msgfmt-old" \
- XGETTEXT="${LOCALBASE}/bin/xgettext-old"
+ LIBS="-L${LOCALBASE}/lib"
+MAKE_ENV= OLD_PO_FILE_INPUT=1
MAN1= wget.1
OpenPOWER on IntegriCloud