pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/pbulk Allow _PBULK_MULTI to be overriden. Requested...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f7ef6db06a2
branches:  trunk
changeset: 535332:1f7ef6db06a2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Nov 13 22:41:41 2007 +0000

description:
Allow _PBULK_MULTI to be overriden. Requested by seb@.

diffstat:

 mk/pbulk/pbulk-index.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4daae08d7bbf -r 1f7ef6db06a2 mk/pbulk/pbulk-index.mk
--- a/mk/pbulk/pbulk-index.mk   Tue Nov 13 21:19:45 2007 +0000
+++ b/mk/pbulk/pbulk-index.mk   Tue Nov 13 22:41:41 2007 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: pbulk-index.mk,v 1.5 2007/09/09 16:42:00 rillig Exp $
+#      $NetBSD: pbulk-index.mk,v 1.6 2007/11/13 22:41:41 joerg Exp $
 
 # This Makefile fragment is included by bsd.pkg.mk and provides all
 # variables and targets related to the parallel bulk build
@@ -16,7 +16,7 @@
 #      _PBULK_MULTI_VAR.foo forces a specific version
 #      _PBULK_MULTI_DEFAULT.foo contains the default value
 
-_PBULK_MULTI=  apache php python
+_PBULK_MULTI?= apache php python
 
 _PBULK_MULTI_LIST.apache=      PKG_APACHE_ACCEPTED
 _PBULK_MULTI_VAR.apache=       PKG_APACHE



Home | Main Index | Thread Index | Old Index