diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-04 21:58:44 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-04 21:58:44 +0800 |
commit | e84a0a049e95c4c8a62f15dce47400d14f198770 (patch) | |
tree | f6a26984cc4358d990c379d6348ff76539fc224a /lang/lafontaine | |
parent | 38842ff89f342a192b62f6c20773d5a2409e36e8 (diff) | |
download | freebsd-ports-gnome-e84a0a049e95c4c8a62f15dce47400d14f198770.tar.gz freebsd-ports-gnome-e84a0a049e95c4c8a62f15dce47400d14f198770.tar.zst freebsd-ports-gnome-e84a0a049e95c4c8a62f15dce47400d14f198770.zip |
WITHOUT_NLS -> PORT_OPTIONS:MNLS
Diffstat (limited to 'lang/lafontaine')
-rw-r--r-- | lang/lafontaine/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/lafontaine/Makefile b/lang/lafontaine/Makefile index a0a4eb63e44b..204debf9da64 100644 --- a/lang/lafontaine/Makefile +++ b/lang/lafontaine/Makefile @@ -19,7 +19,9 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_CSTD= gnu89 -.if !defined(WITHOUT_NLS) +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else |