aboutsummaryrefslogtreecommitdiff
path: root/math/scigraphica/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-12-05 10:55:53 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-12-05 10:55:53 +0000
commitca601aa3b2e0c2e016a94b9f486b13ad37864916 (patch)
tree2cef8a67f882c525822cdee8327913193803fc4c /math/scigraphica/Makefile
parent4c14d5eedf923c074fe09d835e573e8749e76943 (diff)
downloadports-ca601aa3b2e0c2e016a94b9f486b13ad37864916.tar.gz
ports-ca601aa3b2e0c2e016a94b9f486b13ad37864916.zip
Update to 0.8.0.
Notes
Notes: svn path=/head/; revision=51071
Diffstat (limited to 'math/scigraphica/Makefile')
-rw-r--r--math/scigraphica/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/scigraphica/Makefile b/math/scigraphica/Makefile
index 9c4b85cdf887..fdf443734238 100644
--- a/math/scigraphica/Makefile
+++ b/math/scigraphica/Makefile
@@ -6,18 +6,17 @@
#
PORTNAME= scigraphica
-PORTVERSION= 0.7.1
+PORTVERSION= 0.8.0
CATEGORIES= math gnome
MASTER_SITES= http://scigraphica.sourceforge.net/src/ \
${MASTER_SITE_SOURCEFORGE} \
http://magnet.fsu.edu/~feiguin/scigraphica/src/
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= sg-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
BUILD_DEPENDS= ${PYNUMERIC}
-LIB_DEPENDS= gtkextra.16:${PORTSDIR}/x11-toolkits/gtkextra
+LIB_DEPENDS= gtkextra.17:${PORTSDIR}/x11-toolkits/gtkextra
RUN_DEPENDS= ${PYNUMERIC} \
${PYTHON_SITELIBDIR}/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk
@@ -25,9 +24,10 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= yes
USE_PYTHON= yes
-USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
.include <bsd.port.pre.mk>