diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2015-06-08 17:19:50 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2015-06-08 17:19:50 +0000 |
commit | d5f62b193dae52a235ab7396e23c7aafb31bb699 (patch) | |
tree | 264c418b9cba91a151b7ce732a03639b264c6114 /x11/xfce4-screenshooter-plugin | |
parent | 4622793594ae2e88eb547c7624be9dd161581b45 (diff) | |
download | ports-d5f62b193dae52a235ab7396e23c7aafb31bb699.tar.gz ports-d5f62b193dae52a235ab7396e23c7aafb31bb699.zip |
Notes
Diffstat (limited to 'x11/xfce4-screenshooter-plugin')
-rw-r--r-- | x11/xfce4-screenshooter-plugin/Makefile | 6 | ||||
-rw-r--r-- | x11/xfce4-screenshooter-plugin/files/patch-configure | 11 |
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 |