aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2013-03-29 02:36:56 +0800
committerkwm <kwm@FreeBSD.org>2013-03-29 02:36:56 +0800
commit37e3c255e7f717ba6a890c066878d99bc47d984c (patch)
tree062e7a05c7df54eca9c5c58cb2100f495470eddd /graphics
parent43ccbbf15edb2beca09cc0b42fd7fe707608f05e (diff)
downloadfreebsd-ports-gnome-37e3c255e7f717ba6a890c066878d99bc47d984c.tar.gz
freebsd-ports-gnome-37e3c255e7f717ba6a890c066878d99bc47d984c.tar.zst
freebsd-ports-gnome-37e3c255e7f717ba6a890c066878d99bc47d984c.zip
Fix typo in NLS option
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gdk-pixbuf2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile
index e78db8d63854..2763f1199095 100644
--- a/graphics/gdk-pixbuf2/Makefile
+++ b/graphics/gdk-pixbuf2/Makefile
@@ -35,7 +35,7 @@ OPTIONS_DEFAULT=JASPER JPEG PNG TIFF NLS
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:M_NLS}
+.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else