diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-27 09:03:28 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-27 09:03:28 +0000 |
commit | c47486a33028ba07f0798d30161875af73ea766a (patch) | |
tree | 74280629eab100444e906cc613ced96c55b32475 /graphics/libscigraphica/Makefile | |
parent | ac35deefb7b80612bb6e9e8c8b92f1f67cf1841a (diff) | |
download | pkgsrc-c47486a33028ba07f0798d30161875af73ea766a.tar.gz |
This package needs a Python interpreter that can be called using plain
"python". Also, the configure script is patches so that it does not
return EXIT_SUCCESS when there was an error.
Diffstat (limited to 'graphics/libscigraphica/Makefile')
-rw-r--r-- | graphics/libscigraphica/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/libscigraphica/Makefile b/graphics/libscigraphica/Makefile index 79b79319ca5..a13df2f4637 100644 --- a/graphics/libscigraphica/Makefile +++ b/graphics/libscigraphica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/07/20 12:31:03 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2006/07/27 09:03:28 rillig Exp $ # DISTNAME= libscigraphica-2.1.1 @@ -16,6 +16,9 @@ GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= libscigraphica-2.0.pc.in +pre-configure: + ln -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python + .include "../../lang/python/extension.mk" .include "../../math/py-numarray/buildlink3.mk" .include "../../graphics/libart2/buildlink3.mk" |