From 9bc559e12729296ff24001013db78b91f1531bdf Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Wed, 15 Oct 2003 20:58:28 +0000 Subject: 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 --- math/gnumeric2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'math/gnumeric2/Makefile') 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 -- cgit v1.2.3