pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/isapnptools Use "+=" instead of "=" for CONFI...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e8926a261ed1
branches: trunk
changeset: 501552:e8926a261ed1
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Oct 23 21:20:53 2005 +0000
description:
Use "+=" instead of "=" for CONFIGURE_ARGS.
diffstat:
sysutils/isapnptools/Makefile | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 819008cfce2f -r e8926a261ed1 sysutils/isapnptools/Makefile
--- a/sysutils/isapnptools/Makefile Sun Oct 23 21:17:07 2005 +0000
+++ b/sysutils/isapnptools/Makefile Sun Oct 23 21:20:53 2005 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index