diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-29 04:08:41 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-29 04:08:41 +0000 |
commit | 927c4e621f2317974b4d6c3496421351fc36d3b7 (patch) | |
tree | 718aa5fa96437422020c59d6860ac8393a4b721d /sysutils/hal | |
parent | b7f3c4ffa5214c4315930fe64c5ba82d2a4e02fd (diff) |
Notes
Diffstat (limited to 'sysutils/hal')
-rw-r--r-- | sysutils/hal/Makefile | 2 | ||||
-rw-r--r-- | sysutils/hal/files/hald.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index 49391209ed7a..8ae73241949e 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -8,7 +8,7 @@ PORTNAME= hal PORTVERSION= ${HALVERSION}.${SNAPVERSION} -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= sysutils MASTER_SITES= http://www.marcuscom.com/downloads/ diff --git a/sysutils/hal/files/hald.in b/sysutils/hal/files/hald.in index aefba2194971..f8b42241e3f7 100644 --- a/sysutils/hal/files/hald.in +++ b/sysutils/hal/files/hald.in @@ -3,7 +3,7 @@ # $FreeBSD$ # # PROVIDE: hald -# REQUIRE: DAEMON dbus polkitd +# REQUIRE: DAEMON usbd dbus polkitd # # Add the following line to /etc/rc.conf to enable the HAL daemon: # |