summaryrefslogtreecommitdiff
path: root/graphics/scigraphica
diff options
context:
space:
mode:
authorrillig <rillig>2006-09-16 21:52:57 +0000
committerrillig <rillig>2006-09-16 21:52:57 +0000
commit097b4dc652db6a293878af15e13cb10f5a3faf52 (patch)
treebff3c76adf1ee8bc6da99a4b4fb1610d5cfd470b /graphics/scigraphica
parent6bbe7d414b2201b1d1d8cf7d38699d5ad4a37bba (diff)
downloadpkgsrc-097b4dc652db6a293878af15e13cb10f5a3faf52.tar.gz
This package expects the correct Python interpreter to be found as the
"python" command.
Diffstat (limited to 'graphics/scigraphica')
-rw-r--r--graphics/scigraphica/Makefile5
1 files changed, 4 insertions, 1 deletions
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"