pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/scigraphica This package expects the correct ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cdc025ac63cc
branches:  trunk
changeset: 518757:cdc025ac63cc
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Sep 16 21:52:57 2006 +0000

description:
This package expects the correct Python interpreter to be found as the
"python" command.

diffstat:

 graphics/scigraphica/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r c1d422716541 -r cdc025ac63cc graphics/scigraphica/Makefile
--- a/graphics/scigraphica/Makefile     Sat Sep 16 21:47:43 2006 +0000
+++ b/graphics/scigraphica/Makefile     Sat Sep 16 21:52:57 2006 +0000
@@ -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 @@
 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"
 



Home | Main Index | Thread Index | Old Index