mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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
This commit is contained in:
parent
d72c96279d
commit
0cd8f4d003
1 changed files with 6 additions and 6 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue