summaryrefslogtreecommitdiff
path: root/sysutils/hal
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2011-05-07 10:07:12 +0000
committershattered <shattered@pkgsrc.org>2011-05-07 10:07:12 +0000
commitada3de9f7065b46df793754b8f5bb98eb449bfc2 (patch)
tree6711bfe5bd4e120d231d505c0fa381f9e3d46a0f /sysutils/hal
parent1ac22c8a16f5ce75a050120737db3a72e56266fa (diff)
downloadpkgsrc-ada3de9f7065b46df793754b8f5bb98eb449bfc2.tar.gz
Fix build on NetBSD 4
Diffstat (limited to 'sysutils/hal')
-rw-r--r--sysutils/hal/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile
index f540c802fa2..38d0dfdcbba 100644
--- a/sysutils/hal/Makefile
+++ b/sysutils/hal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2011/04/22 13:42:40 obache Exp $
+# $NetBSD: Makefile,v 1.56 2011/05/07 10:07:12 shattered Exp $
DISTNAME= hal-0.5.14
PKGREVISION= 3
@@ -60,6 +60,7 @@ CONF_FILES+= ${EGDIR}/90-hal.rules \
.else # Unsupported systems
# Pull in the dummy backend
+.include "../../devel/libvolume_id/buildlink3.mk"
CONFIGURE_ARGS+= --with-backend=dummy
PLIST_SRC= PLIST
.endif