aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-06 14:52:59 +0800
committerbapt <bapt@FreeBSD.org>2013-05-06 14:52:59 +0800
commit0cce2ec92885a6236f3297031540b23a3bd3b2a2 (patch)
tree92b487a8d1e2f4ec61e7dd1546ead162feac5d5a /x11-wm
parent13fbf93c41f4cea42f385da9cc22e36f96d66d51 (diff)
downloadfreebsd-ports-gnome-0cce2ec92885a6236f3297031540b23a3bd3b2a2.tar.gz
freebsd-ports-gnome-0cce2ec92885a6236f3297031540b23a3bd3b2a2.tar.zst
freebsd-ports-gnome-0cce2ec92885a6236f3297031540b23a3bd3b2a2.zip
Fix typo
Diffstat (limited to 'x11-wm')
-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