diff options
author | drochner <drochner@pkgsrc.org> | 2002-01-19 16:06:39 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-01-19 16:06:39 +0000 |
commit | 29955baed09e78f50ffdc5572afc39b214f6ef82 (patch) | |
tree | fbe5998eac6b1e74432f0d707473e8a3667ee87a /graphics/scigraphica/Makefile | |
parent | c70dbda47ef0a7e02bfd2da8e03b8baea358411a (diff) | |
download | pkgsrc-29955baed09e78f50ffdc5572afc39b214f6ef82.tar.gz |
pass python interpreter path to "configure",
make sure configure finds the right python installation
Diffstat (limited to 'graphics/scigraphica/Makefile')
-rw-r--r-- | graphics/scigraphica/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/scigraphica/Makefile b/graphics/scigraphica/Makefile index 141d52b43cd..dc497278c3b 100644 --- a/graphics/scigraphica/Makefile +++ b/graphics/scigraphica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/01/15 18:40:06 drochner Exp $ +# $NetBSD: Makefile,v 1.8 2002/01/19 16:06:39 drochner Exp $ # DISTNAME= sg-0.7.0 @@ -20,6 +20,7 @@ USE_X11= yes USE_GMAKE= yes GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-gnome +CONFIGURE_ENV+= PYTHONBIN=${PYTHONBIN} USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig PY_PATCHPLIST= yes |