diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /sysutils/hal | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) | |
download | ports-597afc47baba19000afd8ec4880a2c47975b0367.tar.gz ports-597afc47baba19000afd8ec4880a2c47975b0367.zip |
Notes
Diffstat (limited to 'sysutils/hal')
-rw-r--r-- | sysutils/hal/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index 09d32cccb432..539fecb14e3d 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -11,12 +11,12 @@ MASTER_SITES= http://hal.freedesktop.org/releases/ MAINTAINER= gnome@FreeBSD.org COMMENT= Hardware Abstraction Layer for simplifying device access -BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat +BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat # keep shlib version, to prevent confusion with polkit-* from sysutils/polkit -LIB_DEPENDS= libpolkit.so.2:${PORTSDIR}/sysutils/policykit \ - libvolume_id.so:${PORTSDIR}/devel/libvolume_id \ - libck-connector.so:${PORTSDIR}/sysutils/consolekit -RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids +LIB_DEPENDS= libpolkit.so.2:sysutils/policykit \ + libvolume_id.so:devel/libvolume_id \ + libck-connector.so:sysutils/consolekit +RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:misc/pciids USES= gettext gmake libtool:keepla pathfix pkgconfig python shebangfix USE_GNOME= intlhack @@ -71,7 +71,7 @@ FIXED_MOUNTPOINTS_EXTRA_PATCHES= ${FILESDIR}/extra-patch-tools_hal-storage-mount .include <bsd.port.pre.mk> .if (${ARCH}=="i386" || ${ARCH}=="amd64" || ${ARCH}=="ia64") -RUN_DEPENDS+= dmidecode:${PORTSDIR}/sysutils/dmidecode +RUN_DEPENDS+= dmidecode:sysutils/dmidecode .endif post-patch: |