aboutsummaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2023-10-02 09:06:38 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2023-10-02 09:06:38 +0000
commit0cd8f4d00331e76340db43b9c39f3cfe8d5904d3 (patch)
treed95452d73b0cbea97124ea678633fad00851b22d /x11-fm
parentd72c96279d8e8c28ad6d3f79287d05e95dc7bdfc (diff)
downloadports-0cd8f4d00331e76340db43b9c39f3cfe8d5904d3.tar.gz
ports-0cd8f4d00331e76340db43b9c39f3cfe8d5904d3.zip
x11-fm/thunar: Update/correct dependencies
- xfce4-tumbler is being used at runtime via dbus - --enable-pcre configure option was retired - the sbr-plugin option is depending on pcre2, which is not used otherwise
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/thunar/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile
index 81e15ac0f535..cf4e905e5ebc 100644
--- a/x11-fm/thunar/Makefile
+++ b/x11-fm/thunar/Makefile
@@ -1,5 +1,6 @@
PORTNAME= thunar
DISTVERSION= 4.18.7
+PORTREVISION= 1
CATEGORIES= x11-fm xfce
MASTER_SITES= XFCE
DIST_SUBDIR= xfce4
@@ -13,10 +14,9 @@ LICENSE_COMB= multi
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
LICENSE_FILE_LGPL20= ${WRKSRC}/COPYING.LIB
-LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \
- libpcre2-8.so:devel/pcre2 \
- libtumbler-1.so:deskutils/xfce4-tumbler
-RUN_DEPENDS= pkexec:sysutils/polkit
+LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
+RUN_DEPENDS= pkexec:sysutils/polkit \
+ xfce4-tumbler>0:deskutils/xfce4-tumbler
USES= compiler:c11 cpe desktop-file-utils gettext-tools gmake gnome \
libtool pathfix perl5 pkgconfig tar:bzip2 xfce xorg
@@ -62,8 +62,8 @@ NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
PLUG_APR_CONFIGURE_ENABLE= apr-plugin exif
PLUG_APR_LIB_DEPENDS= libexif.so:graphics/libexif
-PLUG_SBR_CONFIGURE_ENABLE= pcre sbr-plugin
-PLUG_SBR_LIB_DEPENDS= libpcre.so:devel/pcre
+PLUG_SBR_CONFIGURE_ENABLE= sbr-plugin
+PLUG_SBR_LIB_DEPENDS= libpcre2-8.so:devel/pcre2
PLUG_TPA_CONFIGURE_ENABLE= tpa-plugin
PLUG_TPA_USE= GNOME=gvfs \