diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-01 23:58:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-01 23:58:53 +0000 |
commit | 7495416bef66ed7bef5cea0b545b2227ce2ed9f4 (patch) | |
tree | 63382563bf67fd6303bde8728c920ac96f40f2a7 | |
parent | 8d262e7e3046749622815c4d4d13153cbccc9aa9 (diff) |
Notes
-rw-r--r-- | astro/orsa/Makefile | 6 | ||||
-rw-r--r-- | math/libqalculate/Makefile | 3 | ||||
-rw-r--r-- | science/xloops-ginac/Makefile | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/astro/orsa/Makefile b/astro/orsa/Makefile index c840e0b4ca11..65db9c4861a5 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -8,7 +8,7 @@ PORTNAME= orsa PORTVERSION= 0.6.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= astro MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,9 +17,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Orbit Reconstruction, Simulation and Analysis LIB_DEPENDS= gsl.7:${PORTSDIR}/math/gsl \ - cln.3:${PORTSDIR}/math/cln \ + cln.4:${PORTSDIR}/math/cln \ fftw.2:${PORTSDIR}/math/fftw \ - ginac-1.3.2:${PORTSDIR}/math/GiNaC + ginac-1.3.3:${PORTSDIR}/math/GiNaC USE_QT_VER= 3 USE_GNOME= gnometarget diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile index 1975288419aa..f8d71fe545d4 100644 --- a/math/libqalculate/Makefile +++ b/math/libqalculate/Makefile @@ -7,6 +7,7 @@ PORTNAME= libqalculate PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= qalculate @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= qalculate MAINTAINER= asa@agava.com COMMENT= Very powerful GUI calculator for GNOME (backend library) -LIB_DEPENDS= cln.3:${PORTSDIR}/math/cln +LIB_DEPENDS= cln.4:${PORTSDIR}/math/cln USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/science/xloops-ginac/Makefile b/science/xloops-ginac/Makefile index c20cb5eb8503..4d49a3efd313 100644 --- a/science/xloops-ginac/Makefile +++ b/science/xloops-ginac/Makefile @@ -8,14 +8,14 @@ PORTNAME= xloops-ginac PORTVERSION= 0.1.3 -PORTREVISION= 7 +PORTREVISION= 8 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.2:${PORTSDIR}/math/GiNaC +LIB_DEPENDS= ginac-1.3.3:${PORTSDIR}/math/GiNaC USE_GCC= 3.4 USE_GMAKE= yes |