diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 06:54:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 06:54:19 +0000 |
commit | 5b86e88686cb0074fe3e45fe2c5a2f9daa715b53 (patch) | |
tree | 917c9e74d0d7de4a4a9e126b6be668086605c02f /www/dillo-i18n | |
parent | 90a41d7ec32eff9ff244bbcd33ac0e166101aa7c (diff) | |
download | ports-5b86e88686cb0074fe3e45fe2c5a2f9daa715b53.tar.gz ports-5b86e88686cb0074fe3e45fe2c5a2f9daa715b53.zip |
Notes
Diffstat (limited to 'www/dillo-i18n')
-rw-r--r-- | www/dillo-i18n/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/dillo-i18n/Makefile b/www/dillo-i18n/Makefile index af4bc28e837c..848c526e1866 100644 --- a/www/dillo-i18n/Makefile +++ b/www/dillo-i18n/Makefile @@ -42,7 +42,9 @@ CONFIGURE_ARGS= --enable-cookies --enable-threaded-dns \ CONFLICTS= dillo-[0-9].[0-9].[0-9]* -.if !defined(WITHOUT_NLS) +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB= NLS="" CONFIGURE_ARGS+= --enable-nls |