diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-11 08:57:06 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-11 08:57:06 +0000 |
commit | 4555fd436f5ebf430103457fb9482c69d5d043c8 (patch) | |
tree | e3af1c1e50234ec0fc6c87947839ef07a9928b84 /math/guppi | |
parent | Capitalize things correctly in pkg-comment, and remove useless clutter (diff) |
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>
Notes
Notes:
svn path=/head/; revision=45024
Diffstat (limited to 'math/guppi')
-rw-r--r-- | math/guppi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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}" |