From 352041c10c628aec1e23fc4d2039b4350c618bbe Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 23 Jan 2014 16:18:42 +0000 Subject: Fix syntax; fix variable evaluation problem. --- lang/python/versioned_dependencies.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lang/python') diff --git a/lang/python/versioned_dependencies.mk b/lang/python/versioned_dependencies.mk index 306cfc3876d..8fe30b6ef94 100644 --- a/lang/python/versioned_dependencies.mk +++ b/lang/python/versioned_dependencies.mk @@ -1,4 +1,4 @@ -# $NetBSD: versioned_dependencies.mk,v 1.9 2014/01/23 11:14:15 wiz Exp $ +# $NetBSD: versioned_dependencies.mk,v 1.10 2014/01/23 16:18:42 wiz Exp $ # # This file determines which separate distribution of a Python # package is used as dependency, depending on the Python version @@ -39,10 +39,10 @@ dir:= ${py3dir} .endif .if "${type}" == ":link" .include "../../${dir}/buildlink3.mk" -.elsif "${type}" == ":build" -BUILD_DEPENDS+= ${PYPKGPREFIX}-${pkg}-[0-9]*:../../${dir} +.elif "${type}" == ":build" +BUILD_DEPENDS:= ${BUILD_DEPENDS} ${PYPKGPREFIX}-${pkg}-[0-9]*:../../${dir} .else -DEPENDS+= ${PYPKGPREFIX}-${pkg}-[0-9]*:../../${dir} +DEPENDS:= ${DEPENDS} ${PYPKGPREFIX}-${pkg}-[0-9]*:../../${dir} .endif .endif .endfor -- cgit v1.2.3