diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-03 03:40:36 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-03 03:40:36 +0800 |
commit | 682e8078069f058b0be185f5b2a2000af0491051 (patch) | |
tree | 906499868b55e3182b628d850010c619e975bc68 /sysutils | |
parent | ea135c7ec4d097ac41e028bfb68f3910bd50e620 (diff) | |
download | marcuscom-ports-682e8078069f058b0be185f5b2a2000af0491051.tar marcuscom-ports-682e8078069f058b0be185f5b2a2000af0491051.tar.gz marcuscom-ports-682e8078069f058b0be185f5b2a2000af0491051.tar.bz2 marcuscom-ports-682e8078069f058b0be185f5b2a2000af0491051.tar.lz marcuscom-ports-682e8078069f058b0be185f5b2a2000af0491051.tar.xz marcuscom-ports-682e8078069f058b0be185f5b2a2000af0491051.tar.zst marcuscom-ports-682e8078069f058b0be185f5b2a2000af0491051.zip |
- Depend on py-dbus
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6198 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/hal/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index 9f24d79e3..c5a4e3caa 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/hal/Makefile,v 1.2 2006/05/02 14:54:43 ahze Exp $ +# $MCom: ports/sysutils/hal/Makefile,v 1.3 2006/05/02 18:34:40 jylefort Exp $ # PORTNAME= hal PORTVERSION= ${HALVERSION}.${SNAPVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils gnome MASTER_SITES= http://www.marcuscom.com/downloads/ @@ -17,7 +17,8 @@ COMMENT= Hardware Abstraction Layer for simplifying device access LIB_DEPENDS= polkit.0:${PORTSDIR}/sysutils/policykit RUN_DEPENDS= ${LOCALBASE}/share/pci.ids:${PORTSDIR}/sysutils/pciutils \ - isoinfo:${PORTSDIR}/sysutils/cdrtools + isoinfo:${PORTSDIR}/sysutils/cdrtools \ + ${PYTHON_SITELIBDIR}/dbus.pth:${PORTSDIR}/devel/py-dbus USE_BZIP2= yes USE_GETTEXT= yes |