From c1203d0dac6a4923b9f0bc7c3364531450e9cf7a Mon Sep 17 00:00:00 2001 From: sobomax Date: Wed, 11 Jul 2001 08:57:06 +0000 Subject: Add --enable-explicit-python-linking into CONFIGURE_ARGS - this should allow guppi to be used from other Gnome components, like Gnucash. Submitted by: Mixtim --- math/guppi/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'math/guppi') diff --git a/math/guppi/Makefile b/math/guppi/Makefile index abe309f9dc1f..72b8241e69c6 100644 --- a/math/guppi/Makefile +++ b/math/guppi/Makefile @@ -7,7 +7,7 @@ PORTNAME= guppi PORTVERSION= 0.35.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/Guppi @@ -23,6 +23,7 @@ USE_GNOME= yes USE_LIBTOOL= yes USE_PYTHON= yes INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --enable-explicit-python-linking CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -pthread" PLIST_SUB= VERSION="${PORTVERSION}" -- cgit