summaryrefslogtreecommitdiff
path: root/math/gnumeric2/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-15 20:58:28 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-15 20:58:28 +0000
commit9bc559e12729296ff24001013db78b91f1531bdf (patch)
treef60f1526c59ff15ca9abb0f5f5db1c6144b3cd5c /math/gnumeric2/Makefile
parentUnbreak using the new distfile. (diff)
Fix Python detection for Python <= 2.2.
"When a user has PYTHON_VERSION= set in make.conf and no other python installed.Gnumeric2 configure can't find the python. This is because only the lang/python port installes python next to python2.3." PR: 58082 Submitted by: Koop Mast <einekoai@chello.nl>
Notes
Notes: svn path=/head/; revision=91361
Diffstat (limited to '')
-rw-r--r--math/gnumeric2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile
index 3882d9e78557..afeb5d6f0b72 100644
--- a/math/gnumeric2/Makefile
+++ b/math/gnumeric2/Makefile
@@ -30,7 +30,8 @@ USE_LIBTOOL= yes
CONFIGURE_ARGS= --without-guile --with-bonobo --with-gnome-db
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" \
- DEFS="-I${X11BASE}/include/gal-2.0"
+ DEFS="-I${X11BASE}/include/gal-2.0" \
+ python_prog=${PYTHON_VERSION}
PLIST_SUB= VERSION=${PORTVERSION}-bonobo