summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/hal/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile
index 5f6f10f16be..bf43333044b 100644
--- a/sysutils/hal/Makefile
+++ b/sysutils/hal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2011/02/17 12:11:57 jmcneill Exp $
+# $NetBSD: Makefile,v 1.53 2011/03/10 19:45:03 markd Exp $
DISTNAME= hal-0.5.14
PKGREVISION= 2
@@ -32,6 +32,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
CONFIGURE_ARGS+= --with-pci-ids=${PREFIX}/share/pciids
CONFIGURE_ARGS+= --with-usb-ids=${PREFIX}/share/usbids
+CONFIGURE_ARGS+= --without-os-type
.include "../../mk/bsd.prefs.mk"