diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-08 10:00:07 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-08 10:00:07 +0800 |
commit | 8716e55a80a0a3a5535760d57ef019bf39c0922a (patch) | |
tree | 20bf1a268baea7f77a7537de283cb4e81a43ce40 /sysutils/hal | |
parent | e19bbc621aef505b797c2ed4d6774ef9851a91c4 (diff) | |
download | marcuscom-ports-8716e55a80a0a3a5535760d57ef019bf39c0922a.tar marcuscom-ports-8716e55a80a0a3a5535760d57ef019bf39c0922a.tar.gz marcuscom-ports-8716e55a80a0a3a5535760d57ef019bf39c0922a.tar.bz2 marcuscom-ports-8716e55a80a0a3a5535760d57ef019bf39c0922a.tar.lz marcuscom-ports-8716e55a80a0a3a5535760d57ef019bf39c0922a.tar.xz marcuscom-ports-8716e55a80a0a3a5535760d57ef019bf39c0922a.tar.zst marcuscom-ports-8716e55a80a0a3a5535760d57ef019bf39c0922a.zip |
- Remove pciutils and move to pciids
pciutils doesn't work on !i386 and pciids has a much more current
version of pci.ids database
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6983 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/hal')
-rw-r--r-- | sysutils/hal/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index 5e6055c35..b0312890c 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.18 2006/05/28 16:13:47 marcus Exp $ +# $MCom: ports/sysutils/hal/Makefile,v 1.19 2006/06/16 05:05:53 marcus Exp $ # PORTNAME= hal PORTVERSION= ${HALVERSION}.${SNAPVERSION} -PORTREVISION?= 1 +PORTREVISION?= 3 CATEGORIES?= sysutils MASTER_SITES= http://www.marcuscom.com/downloads/ @@ -17,7 +17,7 @@ COMMENT?= Hardware Abstraction Layer for simplifying device access .if !defined(HAL_SLAVE) LIB_DEPENDS= polkit.0:${PORTSDIR}/sysutils/policykit -RUN_DEPENDS= ${LOCALBASE}/share/pci.ids:${PORTSDIR}/sysutils/pciutils \ +RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids \ isoinfo:${PORTSDIR}/sysutils/cdrtools .endif @@ -29,7 +29,7 @@ USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_PYTHON= yes CONFIGURE_ARGS= --disable-gtk-doc \ - --with-hwdata=${LOCALBASE}/share \ + --with-hwdata=${LOCALBASE}/share/pciids \ --with-backend=freebsd \ --with-socket-dir=/var/run/hald \ --with-pid-file=/var/run/hald/hald.pid |