Add --enable-explicit-python-linking into CONFIGURE_ARGS - this should allow

guppi to be used from other Gnome components, like Gnucash.

Submitted by:	Mixtim <mixtim@home.com>
This commit is contained in:
Maxim Sobolev 2001-07-11 08:57:06 +00:00
parent 08c8a15ad3
commit 4555fd436f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45024

View File

@ -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}"