diff options
Diffstat (limited to 'x11/xfce4-screenshooter-plugin/Makefile')
-rw-r--r-- | x11/xfce4-screenshooter-plugin/Makefile | 6 |
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> |