diff options
author | mezz <mezz@FreeBSD.org> | 2010-07-21 05:33:43 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2010-07-21 05:33:43 +0800 |
commit | 8437c21ceda9a7e22bd3d2498278314e3f8122a0 (patch) | |
tree | d37e9669118cf691998c9244e177ee59f23ca5c3 /textproc | |
parent | 30beec2940a130e80fd8ee4d1c9be5440ecadd40 (diff) | |
download | freebsd-ports-gnome-8437c21ceda9a7e22bd3d2498278314e3f8122a0.tar.gz freebsd-ports-gnome-8437c21ceda9a7e22bd3d2498278314e3f8122a0.tar.zst freebsd-ports-gnome-8437c21ceda9a7e22bd3d2498278314e3f8122a0.zip |
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
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxslt/Makefile | 1 |
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 |