diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-06 21:33:12 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-06 21:33:12 +0000 |
commit | 49bdd6becefbd71c2158d8973bf19e1c14080734 (patch) | |
tree | 5077c5fbd9ad775dafdae0a3c57daeb052531523 /science | |
parent | 59945d20c762e0705a7542466f45213a35e3e04d (diff) | |
download | ports-49bdd6becefbd71c2158d8973bf19e1c14080734.tar.gz ports-49bdd6becefbd71c2158d8973bf19e1c14080734.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 456bd64dc667..56230fbd0ffd 100644 --- a/science/xloops-ginac/Makefile +++ b/science/xloops-ginac/Makefile @@ -8,14 +8,14 @@ PORTNAME= xloops-ginac PORTVERSION= 0.1.3 -PORTREVISOIN= 1 +PORTREVISOIN= 2 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.1.3:${PORTSDIR}/math/GiNaC +LIB_DEPENDS= ginac-1.1.5:${PORTSDIR}/math/GiNaC USE_GMAKE= yes USE_LIBTOOL= yes |