From 8716e55a80a0a3a5535760d57ef019bf39c0922a Mon Sep 17 00:00:00 2001 From: ahze Date: Tue, 8 Aug 2006 02:00:07 +0000 Subject: - 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 --- sysutils/hal/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sysutils') 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 # # $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 -- cgit v1.2.3