diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2019-01-22 14:44:38 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2019-01-22 14:44:38 +0000 |
commit | 41ff4e536e680bc94d0949bc7708ddfe6f5646a7 (patch) | |
tree | 0b87a1825693d30844e1b681ab080746ab147896 /x11/xfce4-screenshooter-plugin | |
parent | ec5f7eb8bb72b6cf44e7b35905514df560d5f22b (diff) | |
download | ports-41ff4e536e680bc94d0949bc7708ddfe6f5646a7.tar.gz ports-41ff4e536e680bc94d0949bc7708ddfe6f5646a7.zip |
Notes
Diffstat (limited to 'x11/xfce4-screenshooter-plugin')
-rw-r--r-- | x11/xfce4-screenshooter-plugin/Makefile | 18 | ||||
-rw-r--r-- | x11/xfce4-screenshooter-plugin/files/patch-configure | 11 |
2 files changed, 11 insertions, 18 deletions
diff --git a/x11/xfce4-screenshooter-plugin/Makefile b/x11/xfce4-screenshooter-plugin/Makefile index aea94c04956c..6a8e735107a0 100644 --- a/x11/xfce4-screenshooter-plugin/Makefile +++ b/x11/xfce4-screenshooter-plugin/Makefile @@ -3,6 +3,7 @@ PORTNAME= xfce4-screenshooter-plugin PORTVERSION= 1.9.3 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= XFCE/src/apps/xfce4-screenshooter/${PORTVERSION:R} DISTNAME= xfce4-screenshooter-${PORTVERSION} @@ -16,16 +17,19 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsoup-2.4.so:devel/libsoup -USES= pkgconfig gmake libtool gettext-tools xfce:gtk3 tar:bzip2 -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -USE_GNOME= cairo glib20 gtk30 intltool intlhack libxml2 +USES= gettext-tools gmake gnome libtool pkgconfig tar:bzip2 xfce:gtk3 +USE_GNOME= cairo glib20 gtk30 intlhack intltool libxml2 USE_XFCE= panel USE_XORG= ice sm x11 xfixes xext -OPTIONS_DEFINE= NLS +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes +INSTALL_TARGET= install-strip + +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext-runtime -OPTIONS_SUB= yes +NLS_USES= gettext-runtime .include <bsd.port.mk> diff --git a/x11/xfce4-screenshooter-plugin/files/patch-configure b/x11/xfce4-screenshooter-plugin/files/patch-configure deleted file mode 100644 index 8eb4147309ad..000000000000 --- a/x11/xfce4-screenshooter-plugin/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2018-05-01 14:43:50 UTC -+++ configure -@@ -16036,7 +16036,7 @@ $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h - - fi - fi -- USE_NLS=yes -+ #USE_NLS=yes - - - gt_cv_have_gettext=no |