diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 6d9d53de2b90787463359858181f9834006df53e (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /sysutils/hal/Makefile | |
parent | 62db3fa63ab35a5866c4d2878dd50ff319f03aeb (diff) | |
download | FreeBSD-ports-6d9d53de2b90787463359858181f9834006df53e.zip FreeBSD-ports-6d9d53de2b90787463359858181f9834006df53e.tar.gz |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'sysutils/hal/Makefile')
-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 09d32cc..539fecb 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: |