diff options
author | bapt <bapt@FreeBSD.org> | 2012-06-13 13:55:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-06-13 13:55:02 +0800 |
commit | 818ed17bddcf2339d4165dbf978b07adf9ca9678 (patch) | |
tree | 9290ad281aeea9dc740177140c2842fb9f3789ca /mail/mahogany | |
parent | aaf14a1e63df682f8359db1ef5b7efbd954e91df (diff) | |
download | freebsd-ports-gnome-818ed17bddcf2339d4165dbf978b07adf9ca9678.tar.gz freebsd-ports-gnome-818ed17bddcf2339d4165dbf978b07adf9ca9678.tar.zst freebsd-ports-gnome-818ed17bddcf2339d4165dbf978b07adf9ca9678.zip |
Convert to new options framework
Diffstat (limited to 'mail/mahogany')
-rw-r--r-- | mail/mahogany/Makefile | 4 |
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 |