diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2009-08-21 01:47:14 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2009-08-21 01:47:14 +0000 |
commit | 8091a28000d3b2cf963cd5ece27661b4b76a0679 (patch) | |
tree | b152fc8e47d76de79279f64e5d6f244b4aab4532 /science | |
parent | 4b29cd0030105073e1199114c68cf0f7134a8db6 (diff) |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/xloops-ginac/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/science/xloops-ginac/Makefile b/science/xloops-ginac/Makefile index a1dcb22a74c5..baf5b1804964 100644 --- a/science/xloops-ginac/Makefile +++ b/science/xloops-ginac/Makefile @@ -15,7 +15,9 @@ MASTER_SITES= http://wwwthep.physik.uni-mainz.de/~xloops/ MAINTAINER= ports@FreeBSD.org COMMENT= A program calculating Feynman diagrams -LIB_DEPENDS= ginac-1.5.3:${PORTSDIR}/math/GiNaC +LIB_DEPENDS= ginac-1.5.0:${PORTSDIR}/math/GiNaC + +BROKEN= does not build with latest GiNaC version. USE_GNOME= gnometarget USE_GMAKE= yes |