diff options
author | araujo <araujo@FreeBSD.org> | 2009-08-21 09:47:14 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2009-08-21 09:47:14 +0800 |
commit | 8e009696b4d0293a503d7612ba9d813d32b11246 (patch) | |
tree | 7e20cc60eed0ffcd785c01c43088210819288c1b /science | |
parent | f6c321ae62fab00ac3797ced8c5c4ba630b17821 (diff) | |
download | freebsd-ports-gnome-8e009696b4d0293a503d7612ba9d813d32b11246.tar.gz freebsd-ports-gnome-8e009696b4d0293a503d7612ba9d813d32b11246.tar.zst freebsd-ports-gnome-8e009696b4d0293a503d7612ba9d813d32b11246.zip |
- Mark as broken, doesn't build with latest math/GiNaC version.
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 |