aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorolivierd <olivierd@FreeBSD.org>2015-06-09 01:19:50 +0800
committerolivierd <olivierd@FreeBSD.org>2015-06-09 01:19:50 +0800
commitc2e4e3264fca980e0204e556fe415317619e88d9 (patch)
tree264c418b9cba91a151b7ce732a03639b264c6114 /x11
parent54b55b5de042f5682a6b9d2ecf9490ba55a76128 (diff)
downloadfreebsd-ports-gnome-c2e4e3264fca980e0204e556fe415317619e88d9.tar.gz
freebsd-ports-gnome-c2e4e3264fca980e0204e556fe415317619e88d9.tar.zst
freebsd-ports-gnome-c2e4e3264fca980e0204e556fe415317619e88d9.zip
- Fix build when NLS option is disabled
- Bump PORTREVISION PR: 200704 Submitted by: Kevin Zheng
Diffstat (limited to 'x11')
-rw-r--r--x11/xfce4-screenshooter-plugin/Makefile6
-rw-r--r--x11/xfce4-screenshooter-plugin/files/patch-configure11
2 files changed, 14 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>
diff --git a/x11/xfce4-screenshooter-plugin/files/patch-configure b/x11/xfce4-screenshooter-plugin/files/patch-configure
new file mode 100644
index 000000000000..ced5857f278a
--- /dev/null
+++ b/x11/xfce4-screenshooter-plugin/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig 2015-01-25 08:47:08 UTC
++++ configure
+@@ -15357,7 +15357,7 @@ $as_echo "#define HAVE_LC_MESSAGES 1" >>
+
+ fi
+ fi
+- USE_NLS=yes
++ #USE_NLS=yes
+
+
+ gt_cv_have_gettext=no