diff options
author | kwm <kwm@FreeBSD.org> | 2013-05-06 19:12:33 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-05-06 19:12:33 +0800 |
commit | 222c7a03f5668f673458a96d1fc5b2f9259ed16a (patch) | |
tree | 152df9b9720e2b6d24b8984132fccefd07b5a941 /sysutils | |
parent | 13eb931f28021aba9e8673db83752f1636b52d7a (diff) | |
download | freebsd-ports-gnome-222c7a03f5668f673458a96d1fc5b2f9259ed16a.tar.gz freebsd-ports-gnome-222c7a03f5668f673458a96d1fc5b2f9259ed16a.tar.zst freebsd-ports-gnome-222c7a03f5668f673458a96d1fc5b2f9259ed16a.zip |
Add back policykit shlib version. Otherwise LIB_DEPENDS will confuse it with
the polkit-* libraries from sysutils/polkit if they are installed.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/hal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index 123fb7e90a83..91192d00bbc3 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -12,7 +12,8 @@ MAINTAINER= gnome@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 |