diff options
Diffstat (limited to 'x11-wm/openbox/Makefile')
-rw-r--r-- | x11-wm/openbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index 2404971b2b0c..1a489322e4bd 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/Makefile @@ -26,7 +26,7 @@ MAN1= openbox.1 openbox-session.1 obxprop.1 \ PLIST_SUB= VERSION=${PORTVERSION:C/.[0-9]+\$//} .if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls |