From f3a8eb5b6a3429db47a1bb27219f5c5cff99845e Mon Sep 17 00:00:00 2001 From: rillig Date: Fri, 4 Nov 2005 16:50:34 +0000 Subject: Use "+=" for PKG_FAIL_REASON. --- lang/python/extension.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/python') diff --git a/lang/python/extension.mk b/lang/python/extension.mk index 3084ceec6cf..7689391d92e 100644 --- a/lang/python/extension.mk +++ b/lang/python/extension.mk @@ -1,4 +1,4 @@ -# $NetBSD: extension.mk,v 1.12 2004/12/28 22:48:11 adrianp Exp $ +# $NetBSD: extension.mk,v 1.13 2005/11/04 16:50:34 rillig Exp $ # derive a python version from the package name if possible # optionally handled quoted package names @@ -10,7 +10,7 @@ PYTHON_VERSION_REQD?= ${PKGNAME_REQD:C/^[^-]*py([^-]*)-.*/\1/} .if defined(PYBINMODULE) .if ${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "vax" -PKG_FAIL_REASON= "${PKGNAME} needs dynamic loading" +PKG_FAIL_REASON+= "${PKGNAME} needs dynamic loading" .endif .endif -- cgit v1.2.3