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 | 026561b1632776c3431b4aaa99bd2cc5cee0b6b3 (patch) | |
tree | bff3c76adf1ee8bc6da99a4b4fb1610d5cfd470b /graphics | |
parent | 9df3f64dec58c85d2532bdde820a15e362bf1794 (diff) | |
download | pkgsrc-026561b1632776c3431b4aaa99bd2cc5cee0b6b3.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" |