aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-25 17:52:44 +0800
committerkris <kris@FreeBSD.org>2004-03-25 17:52:44 +0800
commit69421a136e94cd4a2a028e555a2f331e403cd7d8 (patch)
treeec16c1f7210c38aa6d6f748901421f2c8d3f2dce
parent4c4a5679662bb41e9e5a6dbc6967f85decdd6e9b (diff)
downloadfreebsd-ports-gnome-69421a136e94cd4a2a028e555a2f331e403cd7d8.tar.gz
freebsd-ports-gnome-69421a136e94cd4a2a028e555a2f331e403cd7d8.tar.zst
freebsd-ports-gnome-69421a136e94cd4a2a028e555a2f331e403cd7d8.zip
Support WITHOUT_NLS
-rw-r--r--mail/faces/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile
index d9fc433eb668..06cf76db4de4 100644
--- a/mail/faces/Makefile
+++ b/mail/faces/Makefile
@@ -45,6 +45,10 @@ WITH_AUDIO?= rplay
.endif
.endif
+.if defined(WITHOUT_NLS)
+CONFIGURE_ARGS+=--disable-nls
+.endif
+
.if ${WITH_AUDIO} == "nas"
CONFIGURE_ARGS+= --enable-audio --with-audio-cmd=${X11BASE}/bin/auplay
RUN_DEPENDS= auplay:${PORTSDIR}/audio/nas