diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-26 07:06:48 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-26 07:06:48 +0800 |
commit | 6a0fa570ea25839ce3bef631681477cd2c98ed65 (patch) | |
tree | b3caabf1e3883e86885577604d671de703feb0b0 | |
parent | 409c887affb7f9bae2df5f37a984d084a9d7c85c (diff) | |
download | freebsd-ports-gnome-6a0fa570ea25839ce3bef631681477cd2c98ed65.tar.gz freebsd-ports-gnome-6a0fa570ea25839ce3bef631681477cd2c98ed65.tar.zst freebsd-ports-gnome-6a0fa570ea25839ce3bef631681477cd2c98ed65.zip |
Attempt to fix by chasing math/GiNaC update.
Missed by: ijliao
-rw-r--r-- | astro/orsa/Makefile | 2 | ||||
-rw-r--r-- | science/xloops-ginac/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/astro/orsa/Makefile b/astro/orsa/Makefile index c9c12e13c778..c2a01cd57b0e 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -19,7 +19,7 @@ COMMENT= Orbit Reconstruction, Simulation and Analysis LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl \ cln.4:${PORTSDIR}/math/cln \ fftw.2:${PORTSDIR}/math/fftw \ - ginac-1.3.3:${PORTSDIR}/math/GiNaC + ginac-1.3.8:${PORTSDIR}/math/GiNaC USE_AUTOTOOLS= libtool:15 USE_QT_VER= 3 diff --git a/science/xloops-ginac/Makefile b/science/xloops-ginac/Makefile index d38dc1f14fa2..f8fde3c5061c 100644 --- a/science/xloops-ginac/Makefile +++ b/science/xloops-ginac/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://wwwthep.physik.uni-mainz.de/~xloops/ MAINTAINER= ports@FreeBSD.org COMMENT= A program calculating Feynman diagrams -LIB_DEPENDS= ginac-1.3.3:${PORTSDIR}/math/GiNaC +LIB_DEPENDS= ginac-1.3.8:${PORTSDIR}/math/GiNaC USE_GCC= 3.4 USE_GMAKE= yes |