diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-23 14:59:16 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-23 14:59:16 +0000 |
commit | 3466325532c86c3f72939d36477bbfaf32ba5967 (patch) | |
tree | 9699cbd4dfb30d4d9bb48b7e6779b73abb6d33e3 /science | |
parent | ac249dd14136ea6d48cf0cf5f3be867d319dc48f (diff) | |
download | ports-3466325532c86c3f72939d36477bbfaf32ba5967.tar.gz ports-3466325532c86c3f72939d36477bbfaf32ba5967.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 56230fbd0ffd..6d95a298eb38 100644 --- a/science/xloops-ginac/Makefile +++ b/science/xloops-ginac/Makefile @@ -8,14 +8,14 @@ PORTNAME= xloops-ginac PORTVERSION= 0.1.3 -PORTREVISOIN= 2 +PORTREVISOIN= 3 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.5:${PORTSDIR}/math/GiNaC +LIB_DEPENDS= ginac-1.1.6:${PORTSDIR}/math/GiNaC USE_GMAKE= yes USE_LIBTOOL= yes |