diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-06 14:52:59 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-06 14:52:59 +0800 |
commit | 0cce2ec92885a6236f3297031540b23a3bd3b2a2 (patch) | |
tree | 92b487a8d1e2f4ec61e7dd1546ead162feac5d5a /x11-wm | |
parent | 13fbf93c41f4cea42f385da9cc22e36f96d66d51 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |