aboutsummaryrefslogtreecommitdiff
path: root/mail/mahogany
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-06-13 05:55:02 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-06-13 05:55:02 +0000
commit7da39d11c2a4d3613e19a4dc6a562337ba1bfacd (patch)
tree06c1fcce4e4bd9e8bdce472e8eca4f4a467896ca /mail/mahogany
parentc2894a8bc4d59836f188e71d0024673d696c7ec8 (diff)
downloadports-7da39d11c2a4d3613e19a4dc6a562337ba1bfacd.tar.gz
ports-7da39d11c2a4d3613e19a4dc6a562337ba1bfacd.zip
Notes
Diffstat (limited to 'mail/mahogany')
-rw-r--r--mail/mahogany/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mahogany/Makefile b/mail/mahogany/Makefile
index b75f5ea641de..4ef64f2b0123 100644
--- a/mail/mahogany/Makefile
+++ b/mail/mahogany/Makefile
@@ -23,7 +23,7 @@ CONFIGURE_ARGS= --without-dspam --with-python=none
ALL_TARGET= all locales
INSTALL_TARGET= install_bin install_locale
-OPTIONS= NLS "Enable Native Language Support" on
+OPTIONS_DEFINE= NLS
MAN1= M.1 mahogany.1
@@ -33,7 +33,7 @@ MAN1= M.1 mahogany.1
BROKEN= Does not compile with GCC 4.2
.endif
-.if !defined(WITHOUT_NLS)
+.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else