diff options
author | kris <kris@FreeBSD.org> | 2004-03-25 17:52:44 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-25 17:52:44 +0800 |
commit | 69421a136e94cd4a2a028e555a2f331e403cd7d8 (patch) | |
tree | ec16c1f7210c38aa6d6f748901421f2c8d3f2dce | |
parent | 4c4a5679662bb41e9e5a6dbc6967f85decdd6e9b (diff) | |
download | freebsd-ports-gnome-69421a136e94cd4a2a028e555a2f331e403cd7d8.tar.gz freebsd-ports-gnome-69421a136e94cd4a2a028e555a2f331e403cd7d8.tar.zst freebsd-ports-gnome-69421a136e94cd4a2a028e555a2f331e403cd7d8.zip |
Support WITHOUT_NLS
-rw-r--r-- | mail/faces/Makefile | 4 |
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 |