aboutsummaryrefslogtreecommitdiffstats
path: root/math/guppi
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-07-11 16:57:06 +0800
committersobomax <sobomax@FreeBSD.org>2001-07-11 16:57:06 +0800
commitc1203d0dac6a4923b9f0bc7c3364531450e9cf7a (patch)
tree7015cde7bf4da01b041b50e6bd73d82b6c1cd450 /math/guppi
parent6a2bd69a427cec682267d3a670d9a230c2c3353f (diff)
downloadfreebsd-ports-gnome-c1203d0dac6a4923b9f0bc7c3364531450e9cf7a.tar.gz
freebsd-ports-gnome-c1203d0dac6a4923b9f0bc7c3364531450e9cf7a.tar.zst
freebsd-ports-gnome-c1203d0dac6a4923b9f0bc7c3364531450e9cf7a.zip
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>
Diffstat (limited to 'math/guppi')
-rw-r--r--math/guppi/Makefile3
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}"