aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-02-06 03:30:43 +0800
committermarcus <marcus@FreeBSD.org>2004-02-06 03:30:43 +0800
commita82643651a27c00b81eb81cf26032d2c048d1dd6 (patch)
tree96049891fe8e017cb61b8090c1b015a818b7359c /devel
parente78d1f3e414dd3eed817b52b940649330f702c6f (diff)
downloadfreebsd-ports-gnome-a82643651a27c00b81eb81cf26032d2c048d1dd6.tar.gz
freebsd-ports-gnome-a82643651a27c00b81eb81cf26032d2c048d1dd6.tar.zst
freebsd-ports-gnome-a82643651a27c00b81eb81cf26032d2c048d1dd6.zip
Use USE_ICONV.
Diffstat (limited to 'devel')
-rw-r--r--devel/gettext/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile
index 2a48272f1faa..84c74771bf39 100644
--- a/devel/gettext/Makefile
+++ b/devel/gettext/Makefile
@@ -14,11 +14,11 @@ MASTER_SITE_SUBDIR= gettext
MAINTAINER= ports@FreeBSD.org
COMMENT= GNU gettext package
-LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
- expat.4:${PORTSDIR}/textproc/expat2
+LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+USE_ICONV= yes
CONFIGURE_ENV= ACLOCAL="${TRUE}" \
AUTOCONF="${TRUE}" \
AUTOMAKE="${TRUE}" \