diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2008-11-27 16:07:14 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2008-11-27 16:07:14 +0000 |
commit | ae44a47b5e27908f2c5f8751779feaa9b0bd819a (patch) | |
tree | 6fe16e5c1467daa5727116ffa7011c66649a909f /sysutils/hal/Makefile | |
parent | da8ff8215b0fc9dedad694211e44925700bf297d (diff) | |
download | pkgsrc-ae44a47b5e27908f2c5f8751779feaa9b0bd819a.tar.gz |
hald-netbsd: add audio support, bump PKGREVISION
Diffstat (limited to 'sysutils/hal/Makefile')
-rw-r--r-- | sysutils/hal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index f4f501ab27d..058dadf923c 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2008/11/27 14:17:10 jmcneill Exp $ +# $NetBSD: Makefile,v 1.13 2008/11/27 16:07:14 jmcneill Exp $ # DISTNAME= hal-0.5.11 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= sysutils MASTER_SITES= http://hal.freedesktop.org/releases/ EXTRACT_SUFX= .tar.bz2 |