diff options
author | rillig <rillig@pkgsrc.org> | 2006-09-16 21:52:57 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-09-16 21:52:57 +0000 |
commit | bad12f86670ba7deaa702b988e4ca980ec71c677 (patch) | |
tree | bff3c76adf1ee8bc6da99a4b4fb1610d5cfd470b /graphics | |
parent | 25b59379126f089264a33fc03461c51b09149e9b (diff) | |
download | pkgsrc-bad12f86670ba7deaa702b988e4ca980ec71c677.tar.gz |
This package expects the correct Python interpreter to be found as the
"python" command.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/scigraphica/Makefile | 5 |
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" |