diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-18 16:00:12 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-18 16:00:12 +0000 |
commit | 679f73e91c22fe170f78e55bd8ed2adf7a40849c (patch) | |
tree | a5619d346c1be852c8997cfd2cc5a3748e9f4a13 /math/GiNaC/Makefile | |
parent | f6099173af06f1fa31fbdb2ccbce41de742ed756 (diff) |
Notes
Diffstat (limited to 'math/GiNaC/Makefile')
-rw-r--r-- | math/GiNaC/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 2195d2f6f74b..6311e9a4161b 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -7,10 +7,11 @@ # PORTNAME= GiNaC -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ +DISTNAME= ${PORTNAME:L}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A C++ library for symbolic mathematical calculations |