aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2010-06-02 22:29:15 +0800
committermarcus <marcus@FreeBSD.org>2010-06-02 22:29:15 +0800
commit3485c9448a55ee9cb250c84b32313a843ca2945a (patch)
treef97cc8bee900808e88df800aea62d0b129545e3e /textproc
parent96a4ccf2e8e63ec1592be3fd34c2778ea22e05f8 (diff)
downloadfreebsd-ports-gnome-3485c9448a55ee9cb250c84b32313a843ca2945a.tar.gz
freebsd-ports-gnome-3485c9448a55ee9cb250c84b32313a843ca2945a.tar.zst
freebsd-ports-gnome-3485c9448a55ee9cb250c84b32313a843ca2945a.zip
Gettext is only required in the crypto path.
Reported by: Claude Buisson <clbuisson@orange.fr>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libxslt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile
index 01d7be1a5f02..35a938406caa 100644
--- a/textproc/libxslt/Makefile
+++ b/textproc/libxslt/Makefile
@@ -20,11 +20,10 @@ COMMENT?= The XSLT C library for GNOME
.if !defined(REFERENCE_PORT)
USE_GMAKE= yes
-USE_GETTEXT= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GNOME?= gnomehack gnometarget libxml2
-CONFIGURE_ARGS?= --with-html-dir=${PREFIX}/share/doc \
+CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \
--without-python
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
@@ -47,6 +46,7 @@ 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