summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2011-03-10 19:45:03 +0000
committermarkd <markd@pkgsrc.org>2011-03-10 19:45:03 +0000
commit2260e4de07202fbd86fd4ae6f9165f0d42532b53 (patch)
treeed69eb7a02bcd397fb7bd79fb7ec707b867e5f81 /sysutils
parent37d7f34b2b2fb829b50dcd37382b0a3968521428 (diff)
downloadpkgsrc-2260e4de07202fbd86fd4ae6f9165f0d42532b53.tar.gz
Readd --without-os-type configure arg, accidentally dropped when merging
the 0.5.14 changes. PR#44703
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"