From 097b4dc652db6a293878af15e13cb10f5a3faf52 Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 16 Sep 2006 21:52:57 +0000 Subject: This package expects the correct Python interpreter to be found as the "python" command. --- graphics/scigraphica/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'graphics/scigraphica') diff --git a/graphics/scigraphica/Makefile b/graphics/scigraphica/Makefile index c5519f08724..737082eb655 100644 --- a/graphics/scigraphica/Makefile +++ b/graphics/scigraphica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2006/08/22 15:12:39 joerg Exp $ +# $NetBSD: Makefile,v 1.40 2006/09/16 21:52:57 rillig Exp $ # DISTNAME= scigraphica-2.1.0 @@ -24,6 +24,9 @@ CONFIGURE_ENV+= PYTHONBIN=${PYTHONBIN:Q} USE_LIBTOOL= YES PTHREAD_AUTO_VARS= yes +pre-configure: + ln -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python + .include "../../lang/python/application.mk" .include "../../graphics/libscigraphica/buildlink3.mk" -- cgit v1.2.3