diff options
-rw-r--r-- | astro/orsa/Makefile | 4 | ||||
-rw-r--r-- | science/xloops-ginac/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/astro/orsa/Makefile b/astro/orsa/Makefile index a76a2aaae614..5513935cf7be 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -8,7 +8,7 @@ PORTNAME= orsa PORTVERSION= 0.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,7 +19,7 @@ COMMENT= Orbit Reconstruction, Simulation and Analysis LIB_DEPENDS= gsl.7:${PORTSDIR}/math/gsl \ cln.3:${PORTSDIR}/math/cln \ fftw.2:${PORTSDIR}/math/fftw \ - ginac-1.3.0:${PORTSDIR}/math/GiNaC + ginac-1.3.1:${PORTSDIR}/math/GiNaC USE_QT_VER= 3 USE_GNOME= gnometarget diff --git a/science/xloops-ginac/Makefile b/science/xloops-ginac/Makefile index abba18f7c4df..23217981ded5 100644 --- a/science/xloops-ginac/Makefile +++ b/science/xloops-ginac/Makefile @@ -8,14 +8,14 @@ PORTNAME= xloops-ginac PORTVERSION= 0.1.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science MASTER_SITES= http://wwwthep.physik.uni-mainz.de/~xloops/ MAINTAINER= ports@FreeBSD.org COMMENT= A program calculating Feynman diagrams -LIB_DEPENDS= ginac-1.3.0:${PORTSDIR}/math/GiNaC +LIB_DEPENDS= ginac-1.3.1:${PORTSDIR}/math/GiNaC USE_GCC= 3.4 USE_GNOME= gnometarget lthack |