diff options
author | krion <krion@FreeBSD.org> | 2004-01-23 22:59:16 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-23 22:59:16 +0800 |
commit | 0b2f9fca6d892d9f4a2fc3cf8ba41f2e1362a918 (patch) | |
tree | 4c7b232147ae579f08c589f54c3c0194be86d588 /science/xloops-ginac | |
parent | eb6860d4471ee6cb10616708f3d1a3784ed91719 (diff) | |
download | freebsd-ports-gnome-0b2f9fca6d892d9f4a2fc3cf8ba41f2e1362a918.tar.gz freebsd-ports-gnome-0b2f9fca6d892d9f4a2fc3cf8ba41f2e1362a918.tar.zst freebsd-ports-gnome-0b2f9fca6d892d9f4a2fc3cf8ba41f2e1362a918.zip |
- Chase libraries for new math/GiNaC version
Diffstat (limited to 'science/xloops-ginac')
-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 |