diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-21 06:58:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-21 06:58:10 +0000 |
commit | 0338f26dad0b6c153ae8e7c9a092bae97a764d3b (patch) | |
tree | 19e34f7acb72439e838c3062eec159817986d4fb /science | |
parent | 473c8a6fbf86851dce648723228e6065fe9ba0c4 (diff) | |
download | ports-0338f26dad0b6c153ae8e7c9a092bae97a764d3b.tar.gz ports-0338f26dad0b6c153ae8e7c9a092bae97a764d3b.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/xloops-ginac/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/xloops-ginac/Makefile b/science/xloops-ginac/Makefile index 4170272bf8cc..c20cb5eb8503 100644 --- a/science/xloops-ginac/Makefile +++ b/science/xloops-ginac/Makefile @@ -8,14 +8,14 @@ PORTNAME= xloops-ginac PORTVERSION= 0.1.3 -PORTREVISION= 6 +PORTREVISION= 7 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.1:${PORTSDIR}/math/GiNaC +LIB_DEPENDS= ginac-1.3.2:${PORTSDIR}/math/GiNaC USE_GCC= 3.4 USE_GMAKE= yes |