diff options
author | krion <krion@FreeBSD.org> | 2003-11-07 05:33:12 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-11-07 05:33:12 +0800 |
commit | 277ded9942be5a05f685c478ff3e8ce513fc1a94 (patch) | |
tree | b2ee63c92f1d70beb4e3b14965496784167909af /science | |
parent | 158f3ae71761cf21fe574470c56b233ba526e582 (diff) | |
download | freebsd-ports-gnome-277ded9942be5a05f685c478ff3e8ce513fc1a94.tar.gz freebsd-ports-gnome-277ded9942be5a05f685c478ff3e8ce513fc1a94.tar.zst freebsd-ports-gnome-277ded9942be5a05f685c478ff3e8ce513fc1a94.zip |
- Chase libraries for new math/GiNaC version
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 |