diff options
Diffstat (limited to 'math/scigraphica/Makefile')
-rw-r--r-- | math/scigraphica/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/scigraphica/Makefile b/math/scigraphica/Makefile index 00af81c7f1a1..eca1982b8926 100644 --- a/math/scigraphica/Makefile +++ b/math/scigraphica/Makefile @@ -6,7 +6,7 @@ # PORTNAME= scigraphica -PORTVERSION= 0.6.2 +PORTVERSION= 0.6.3 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://scigraphica.sourceforge.net/src/ \ @@ -17,7 +17,7 @@ DISTNAME= sg-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/Numeric/arrayobject.h:${PORTSDIR}/math/numpy -LIB_DEPENDS= gtkextra.13:${PORTSDIR}/x11-toolkits/gtkextra \ +LIB_DEPENDS= gtkextra.14:${PORTSDIR}/x11-toolkits/gtkextra \ xml.5:${PORTSDIR}/textproc/libxml RUN_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/Numeric/arrayobject.h:${PORTSDIR}/math/numpy |