summaryrefslogtreecommitdiff
path: root/mk/pbulk
diff options
context:
space:
mode:
authorjoerg <joerg>2007-11-13 22:41:41 +0000
committerjoerg <joerg>2007-11-13 22:41:41 +0000
commit3974adb0b43f7a7fbf150188f67e1d245cea4ab1 (patch)
tree21a155feee309b6762df3bf28b633333005ffe3a /mk/pbulk
parentde983416d596a58ccc1db2ce172995fa663b1dfc (diff)
downloadpkgsrc-3974adb0b43f7a7fbf150188f67e1d245cea4ab1.tar.gz
Allow _PBULK_MULTI to be overriden. Requested by seb@.
Diffstat (limited to 'mk/pbulk')
-rw-r--r--mk/pbulk/pbulk-index.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pbulk/pbulk-index.mk b/mk/pbulk/pbulk-index.mk
index 2d453c3e4c0..d441900264b 100644
--- a/mk/pbulk/pbulk-index.mk
+++ b/mk/pbulk/pbulk-index.mk
@@ -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