aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/openbox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/openbox/Makefile')
-rw-r--r--x11-wm/openbox/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile
index 1a489322e4bd..f5d72cc796b8 100644
--- a/x11-wm/openbox/Makefile
+++ b/x11-wm/openbox/Makefile
@@ -25,7 +25,9 @@ MAN1= openbox.1 openbox-session.1 obxprop.1 \
PLIST_SUB= VERSION=${PORTVERSION:C/.[0-9]+\$//}
-.if !defined(WITHOUT_NLS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OTPIONS:MNLS}
USES+= gettext
PLIST_SUB+= NLS=""
.else