From 3974adb0b43f7a7fbf150188f67e1d245cea4ab1 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 13 Nov 2007 22:41:41 +0000 Subject: Allow _PBULK_MULTI to be overriden. Requested by seb@. --- mk/pbulk/pbulk-index.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/pbulk') 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 -- cgit v1.2.3