aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/xfce4-session
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-06-09 18:47:34 +0000
committerRene Ladan <rene@FreeBSD.org>2013-06-09 18:47:34 +0000
commitbb1f2190e4b0e52cace806b3a054a21bf3ceaf76 (patch)
treeb752e900987a2f96416524040e83abae8bf1435d /x11-wm/xfce4-session
parent6eb2b6ca7cbfa03ee783a4cb49c88cb1c315aee7 (diff)
downloadports-bb1f2190e4b0e52cace806b3a054a21bf3ceaf76.tar.gz
ports-bb1f2190e4b0e52cace806b3a054a21bf3ceaf76.zip
- Add the shared library version number for polkit (from sysutils/policykit)
to prevent matching "polkit" with "libpolkit-*" (from sysutils/polkit). This fixes package building with poudriere, which would otherwise always rebuild this port because it thought sysutils/polkit was a new dependency. - Bump PORTREVISION Discussed with: antoine, bapt
Notes
Notes: svn path=/head/; revision=320384
Diffstat (limited to 'x11-wm/xfce4-session')
-rw-r--r--x11-wm/xfce4-session/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile
index 649810fe2083..a771c4d0b6a3 100644
--- a/x11-wm/xfce4-session/Makefile
+++ b/x11-wm/xfce4-session/Makefile
@@ -3,6 +3,7 @@
PORTNAME= xfce4-session
PORTVERSION= 4.10.1
+PORTREVISION= 1
CATEGORIES= x11-wm xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R}
@@ -17,7 +18,9 @@ RUN_DEPENDS= iceauth:${PORTSDIR}/x11/iceauth \
LIB_DEPENDS= wnck-1:${PORTSDIR}/x11-toolkits/libwnck \
dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
upower-glib:${PORTSDIR}/sysutils/upower \
- polkit:${PORTSDIR}/sysutils/policykit
+ polkit.2:${PORTSDIR}/sysutils/policykit
+# explicitly add SHLIB version number for policykit to prevent LIB_DEPENDS
+# matching sysutils/polkit instead (which has libpolkit-agent.so.1)
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes