aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/openbox/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 06:52:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 06:52:59 +0000
commit90a41d7ec32eff9ff244bbcd33ac0e166101aa7c (patch)
tree92b487a8d1e2f4ec61e7dd1546ead162feac5d5a /x11-wm/openbox/Makefile
parent83b78f74bc2950ee008c02c566afb23f13d607c6 (diff)
downloadports-90a41d7ec32eff9ff244bbcd33ac0e166101aa7c.tar.gz
ports-90a41d7ec32eff9ff244bbcd33ac0e166101aa7c.zip
Notes
Diffstat (limited to 'x11-wm/openbox/Makefile')
-rw-r--r--x11-wm/openbox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile
index f5d72cc796b8..5c315cde9a81 100644
--- a/x11-wm/openbox/Makefile
+++ b/x11-wm/openbox/Makefile
@@ -27,7 +27,7 @@ PLIST_SUB= VERSION=${PORTVERSION:C/.[0-9]+\$//}
.include <bsd.port.options.mk>
-.if ${PORT_OTPIONS:MNLS}
+.if ${PORT_OPTIONS:MNLS}
USES+= gettext
PLIST_SUB+= NLS=""
.else