summaryrefslogtreecommitdiff
path: root/sysutils/hal
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-12-16 05:49:18 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-12-16 05:49:18 +0000
commit456bad4d470d3d0af395798393f46f586a03bbf7 (patch)
tree88cd175cd62eee51a3cf16342b938ba9e6acf186 /sysutils/hal
parentThere is no need to explictly list libdvdcss, it is brought in by (diff)
Actually remove dependency on cdrtools.
Notes
Notes: svn path=/head/; revision=203836
Diffstat (limited to 'sysutils/hal')
-rw-r--r--sysutils/hal/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile
index ea6921ef19c4..1d7ccd9dce0d 100644
--- a/sysutils/hal/Makefile
+++ b/sysutils/hal/Makefile
@@ -8,7 +8,7 @@
PORTNAME= hal
PORTVERSION= ${HALVERSION}.${SNAPVERSION}
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= sysutils
MASTER_SITES= http://www.marcuscom.com/downloads/
@@ -19,7 +19,6 @@ COMMENT?= Hardware Abstraction Layer for simplifying device access
LIB_DEPENDS= polkit.0:${PORTSDIR}/sysutils/policykit \
volume_id.0:${PORTSDIR}/devel/libvolume_id
RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids
-USE_CDRTOOLS= yes
.endif
USE_BZIP2= yes