aboutsummaryrefslogtreecommitdiff
path: root/sysutils/hal
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-01-31 14:07:59 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-01-31 14:07:59 +0000
commite6b247dce1d9f6355a583ef6269fdbba110eaea8 (patch)
treeb403d8f8e97a8040733026c2af5479b7f250a1e9 /sysutils/hal
parent0de3ff661acec63625e5bf537d3305273b9edd3e (diff)
downloadports-e6b247dce1d9f6355a583ef6269fdbba110eaea8.tar.gz
ports-e6b247dce1d9f6355a583ef6269fdbba110eaea8.zip
- Use new USE_CDRTOOLS variable
Tested on: pointyhat
Notes
Notes: svn path=/head/; revision=183769
Diffstat (limited to 'sysutils/hal')
-rw-r--r--sysutils/hal/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile
index c6be8dc02f0a..d38c80350ba7 100644
--- a/sysutils/hal/Makefile
+++ b/sysutils/hal/Makefile
@@ -18,8 +18,8 @@ COMMENT?= Hardware Abstraction Layer for simplifying device access
.if !defined(HAL_SLAVE)
LIB_DEPENDS= polkit.0:${PORTSDIR}/sysutils/policykit \
volume_id.0:${PORTSDIR}/devel/libvolume_id
-RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids \
- isoinfo:${PORTSDIR}/sysutils/cdrtools
+RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids
+USE_CDRTOOLS= yes
.endif
USE_BZIP2= yes