aboutsummaryrefslogtreecommitdiff
path: root/x11/xfce4-clipman-plugin/Makefile
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2023-10-02 15:53:42 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2023-10-02 15:53:42 +0000
commit0afc8661e4a56c97828d88575c4bf3e7f7d3a768 (patch)
tree8f8ff61729ff38aa7528ad430a49ae43d9872cd0 /x11/xfce4-clipman-plugin/Makefile
parentaf63ff37c2457920d55e79b3a612d1dc21174e43 (diff)
downloadports-0afc8661e4a56c97828d88575c4bf3e7f7d3a768.tar.gz
ports-0afc8661e4a56c97828d88575c4bf3e7f7d3a768.zip
XFCE: Cleanup dependencies
- Update xfce.mk to avid forcing too many dependencies on consumers - Change dependency on garcon to reference libgarcon-1.so (main library) - Explicitly add USE_XFCE components to the ports actually needing them. - Cleanup dependencies, adding/removing missing/extra dependencies - Change the referenced library in some LIB_DEPENDS to the actually linked one (avoids false positives in poudriere Q/A tests) - Bump PORTREVISION on all touched ports, even indirectly due to the effect of removing forced dependencies on certain components - Remove USES=fuse from gigolo. I could not find any kind f reference to fuse in the code. - xfce4-bsdcpufreq-plugin: Also remove empty comment at the top of the Makefile
Diffstat (limited to 'x11/xfce4-clipman-plugin/Makefile')
-rw-r--r--x11/xfce4-clipman-plugin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile
index bdebe95e4f04..df9a801cd60a 100644
--- a/x11/xfce4-clipman-plugin/Makefile
+++ b/x11/xfce4-clipman-plugin/Makefile
@@ -1,5 +1,6 @@
PORTNAME= xfce4-clipman-plugin
PORTVERSION= 1.6.5
+PORTREVISION= 1
CATEGORIES= x11 xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
@@ -15,7 +16,7 @@ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce xorg
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool
-USE_XFCE= panel
+USE_XFCE= libmenu panel xfconf
USE_XORG= ice sm x11 xorgproto xtst
GNU_CONFIGURE= yes