aboutsummaryrefslogtreecommitdiff
path: root/mail
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 /mail
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 'mail')
-rw-r--r--mail/xfce4-mailwatch-plugin/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/xfce4-mailwatch-plugin/Makefile b/mail/xfce4-mailwatch-plugin/Makefile
index d0b6bfc5c89d..dfc66ae35942 100644
--- a/mail/xfce4-mailwatch-plugin/Makefile
+++ b/mail/xfce4-mailwatch-plugin/Makefile
@@ -1,5 +1,6 @@
PORTNAME= xfce4-mailwatch-plugin
PORTVERSION= 1.3.1
+PORTREVISION= 1
CATEGORIES= mail xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
@@ -12,15 +13,12 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgnutls.so:security/gnutls \
- libgpg-error.so:security/libgpg-error \
- libfontconfig.so:x11-fonts/fontconfig \
- libfreetype.so:print/freetype2 \
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= libexo panel
USE_XORG= x11
GNU_CONFIGURE= yes