diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2015-03-05 22:52:30 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2015-03-05 22:52:30 +0000 |
commit | 86e4cb7cb047c17951de23b2ebea9c14d0f76af2 (patch) | |
tree | 0f1a4d58acfbb6944387e341f218a018154dc4ad /x11/xfce4-screenshooter-plugin | |
parent | 507a1eba6aabfd52efceabca5986a46398cfa02f (diff) | |
download | ports-86e4cb7cb047c17951de23b2ebea9c14d0f76af2.tar.gz ports-86e4cb7cb047c17951de23b2ebea9c14d0f76af2.zip |
Notes
Diffstat (limited to 'x11/xfce4-screenshooter-plugin')
-rw-r--r-- | x11/xfce4-screenshooter-plugin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xfce4-screenshooter-plugin/Makefile b/x11/xfce4-screenshooter-plugin/Makefile index 9687df2dac47..636eee34c1d6 100644 --- a/x11/xfce4-screenshooter-plugin/Makefile +++ b/x11/xfce4-screenshooter-plugin/Makefile @@ -3,6 +3,7 @@ PORTNAME= xfce4-screenshooter-plugin PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=src/apps/xfce4-screenshooter/${PORTVERSION:R} @@ -20,8 +21,8 @@ LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_GNOME= glib20 gtk20 intltool intlhack libxml2 -USE_XFCE= configenv libexo libmenu libutil panel -USES= pkgconfig gmake libtool tar:bzip2 +USE_XFCE= panel +USES= pkgconfig gmake libtool xfce tar:bzip2 USE_XORG= xfixes xext OPTIONS_DEFINE= NLS |