summaryrefslogtreecommitdiff
path: root/sysutils/hal
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-09-07 09:03:24 +0000
committerwiz <wiz@pkgsrc.org>2015-09-07 09:03:24 +0000
commitbfba9e16544cd35d6238f523ff0556ff8847167c (patch)
tree3fb5fa13bb072d2f6a90ecd9315e9d4f4ab244c5 /sysutils/hal
parent8b27957e65b412681647caa8d12bbc1bf283f154 (diff)
downloadpkgsrc-bfba9e16544cd35d6238f523ff0556ff8847167c.tar.gz
DEPEND on pciids instead of using its bl3.mk.
Diffstat (limited to 'sysutils/hal')
-rw-r--r--sysutils/hal/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile
index 41c28fffc2b..25f1b56c9c6 100644
--- a/sysutils/hal/Makefile
+++ b/sysutils/hal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2015/06/12 10:51:13 wiz Exp $
+# $NetBSD: Makefile,v 1.74 2015/09/07 09:03:24 wiz Exp $
DISTNAME= hal-0.5.14
PKGREVISION= 16
@@ -11,6 +11,8 @@ HOMEPAGE= http://hal.freedesktop.org/
COMMENT= FreeDesktop hardware abstraction layer
LICENSE= gnu-gpl-v2
+DEPENDS+= pciids-[0-9]*:../../misc/pciids
+
BUILD_DEFS+= VARBASE PKG_SYSCONFBASE
GNU_CONFIGURE= YES
@@ -113,7 +115,6 @@ pre-configure:
.include "../../devel/GConf/schemas.mk"
.include "../../devel/glib2/buildlink3.mk"
-.include "../../misc/pciids/buildlink3.mk"
.include "../../misc/usbids/buildlink3.mk"
.include "../../security/policykit/buildlink3.mk"
.include "../../sysutils/dbus/buildlink3.mk"