summaryrefslogtreecommitdiff
path: root/sysutils/isapnptools
diff options
context:
space:
mode:
authorrillig <rillig>2005-10-23 21:20:53 +0000
committerrillig <rillig>2005-10-23 21:20:53 +0000
commit95004b3b7d7d87911547398b55967c7390036933 (patch)
tree3e6e40062ef6af01f64a22f4b5d8efd62e6c70d3 /sysutils/isapnptools
parent0a553ad847b727277a46b3153e82eefcee14d286 (diff)
downloadpkgsrc-95004b3b7d7d87911547398b55967c7390036933.tar.gz
Use "+=" instead of "=" for CONFIGURE_ARGS.
Diffstat (limited to 'sysutils/isapnptools')
-rw-r--r--sysutils/isapnptools/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/sysutils/isapnptools/Makefile b/sysutils/isapnptools/Makefile
index 7c6164b0f8b..b9d7606a519 100644
--- a/sysutils/isapnptools/Makefile
+++ b/sysutils/isapnptools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/05/22 20:08:33 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2005/10/23 21:20:53 rillig Exp $
#
DISTNAME= isapnptools-1.26
@@ -16,6 +16,10 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386
USE_TOOLS+= gmake
GNU_CONFIGURE= YES
-CONFIGURE_ARGS= --disable-realtime --disable-pci
+
+.include "../../mk/bsd.prefs.mk"
+
+CONFIGURE_ARGS+= --disable-realtime
+CONFIGURE_ARGS+= --disable-pci
.include "../../mk/bsd.pkg.mk"