summaryrefslogtreecommitdiff
path: root/textproc/libxslt
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2010-07-20 21:33:43 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2010-07-20 21:33:43 +0000
commitac572a3811b7b6eabd24f1423f4c9ef195bfa111 (patch)
treed65e69289deca795c6c70b3c9dec4ed628c6d432 /textproc/libxslt
parentBack out previous committed of add -D__STDC_ISO_10646__ as it causes a few (diff)
Remove USE_GETTEXT. There is no perfect solution in the ports tree. It's
exactly why we have portmaster -r or portupgrade -r for that. PR: ports/147655 Reported by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Discussed with: marcus Feature safe: yes
Notes
Notes: svn path=/head/; revision=258004
Diffstat (limited to 'textproc/libxslt')
-rw-r--r--textproc/libxslt/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile
index 35a938406caa..1fe53b3864ba 100644
--- a/textproc/libxslt/Makefile
+++ b/textproc/libxslt/Makefile
@@ -46,7 +46,6 @@ CONFIGURE_ARGS+= --with-mem-debug
.if defined(WITH_CRYPTO)
LIB_DEPENDS+= gcrypt.16:${PORTSDIR}/security/libgcrypt
-USE_GETTEXT= yes
.else
CONFIGURE_ARGS+=--without-crypto
.endif