summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshattered <shattered>2011-05-07 10:07:12 +0000
committershattered <shattered>2011-05-07 10:07:12 +0000
commit03731d59134ade49148fa8cea69ba14bca793fe7 (patch)
tree6711bfe5bd4e120d231d505c0fa381f9e3d46a0f
parent47f555c9a5a56fd6a89d158b68300b46ca725331 (diff)
downloadpkgsrc-03731d59134ade49148fa8cea69ba14bca793fe7.tar.gz
Fix build on NetBSD 4
-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