diff options
author | joerg <joerg@pkgsrc.org> | 2007-11-13 22:41:41 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-11-13 22:41:41 +0000 |
commit | ccb49be9b3017f20f495bfc895861d3d625c5177 (patch) | |
tree | 21a155feee309b6762df3bf28b633333005ffe3a /mk/pbulk | |
parent | 849f7356bb9c06fc48c36f20ea1070b1a980ed09 (diff) | |
download | pkgsrc-ccb49be9b3017f20f495bfc895861d3d625c5177.tar.gz |
Allow _PBULK_MULTI to be overriden. Requested by seb@.
Diffstat (limited to 'mk/pbulk')
-rw-r--r-- | mk/pbulk/pbulk-index.mk | 4 |
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 |