summaryrefslogtreecommitdiff
path: root/x11/xfce4-screenshooter-plugin/Makefile
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2015-06-08 17:19:50 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2015-06-08 17:19:50 +0000
commitd5f62b193dae52a235ab7396e23c7aafb31bb699 (patch)
tree264c418b9cba91a151b7ce732a03639b264c6114 /x11/xfce4-screenshooter-plugin/Makefile
parentUpgrade to 5.9.32. (diff)
- Fix build when NLS option is disabled
- Bump PORTREVISION PR: 200704 Submitted by: Kevin Zheng
Notes
Notes: svn path=/head/; revision=388846
Diffstat (limited to 'x11/xfce4-screenshooter-plugin/Makefile')
-rw-r--r--x11/xfce4-screenshooter-plugin/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xfce4-screenshooter-plugin/Makefile b/x11/xfce4-screenshooter-plugin/Makefile
index 0ba287d735f2..f07a97d6bb13 100644
--- a/x11/xfce4-screenshooter-plugin/Makefile
+++ b/x11/xfce4-screenshooter-plugin/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xfce4-screenshooter-plugin
PORTVERSION= 1.8.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 xfce
MASTER_SITES= XFCE/src/apps/xfce4-screenshooter/${PORTVERSION:R}
DISTNAME= xfce4-screenshooter-${PORTVERSION}
@@ -21,12 +21,12 @@ 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 gmake libtool gettext-tools xfce tar:bzip2
USE_XORG= xfixes xext
OPTIONS_DEFINE= NLS
NLS_CONFIGURE_ENABLE= nls
-NLS_USES= gettext
+NLS_USES= gettext-runtime
OPTIONS_SUB= yes
.include <bsd.port.mk>