svn commit: r317507 - head/sysutils/hal
Koop Mast
kwm at FreeBSD.org
Mon May 6 11:12:34 UTC 2013
Author: kwm
Date: Mon May 6 11:12:33 2013
New Revision: 317507
URL: http://svnweb.freebsd.org/changeset/ports/317507
Log:
Add back policykit shlib version. Otherwise LIB_DEPENDS will confuse it with
the polkit-* libraries from sysutils/polkit if they are installed.
Modified:
head/sysutils/hal/Makefile
Modified: head/sysutils/hal/Makefile
==============================================================================
--- head/sysutils/hal/Makefile Mon May 6 10:56:17 2013 (r317506)
+++ head/sysutils/hal/Makefile Mon May 6 11:12:33 2013 (r317507)
@@ -12,7 +12,8 @@ MAINTAINER= gnome at FreeBSD.org
COMMENT= Hardware Abstraction Layer for simplifying device access
BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat
-LIB_DEPENDS= polkit:${PORTSDIR}/sysutils/policykit \
+# keep shlib version, to prevent confusion with polkit-* from sysutils/polkit
+LIB_DEPENDS= polkit.2:${PORTSDIR}/sysutils/policykit \
volume_id:${PORTSDIR}/devel/libvolume_id \
ck-connector:${PORTSDIR}/sysutils/consolekit
RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids
More information about the svn-ports-all
mailing list