From 22ab61802494f66028c5e45c13eee15a64a00dfa Mon Sep 17 00:00:00 2001
From: Kevin Zheng <kevinz5000@gmail.com>
Date: Fri, 22 May 2015 17:25:30 -0500
Subject: [PATCH] x11/xfce4-screenshooter-plugin: Fix build without NLS

---
 x11/xfce4-screenshooter-plugin/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/x11/xfce4-screenshooter-plugin/Makefile b/x11/xfce4-screenshooter-plugin/Makefile
index 0ba287d..870e9b4 100644
--- a/x11/xfce4-screenshooter-plugin/Makefile
+++ b/x11/xfce4-screenshooter-plugin/Makefile
@@ -21,12 +21,11 @@ GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 USE_GNOME=	glib20 gtk20 intltool intlhack libxml2
 USE_XFCE=	panel
-USES=		pkgconfig gmake libtool xfce tar:bzip2
+USES=		pkgconfig gettext gmake libtool xfce tar:bzip2
 USE_XORG=	xfixes xext
 
 OPTIONS_DEFINE=	NLS
 NLS_CONFIGURE_ENABLE=	nls
-NLS_USES=	gettext
 OPTIONS_SUB=	yes
 
 .include <bsd.port.mk>
-- 
2.4.2