diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-02-13 15:25:26 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-02-13 15:25:26 +0000 |
commit | 6ce638fdbfd144d8f328b85687facdfa3949809f (patch) | |
tree | 5370e4561d7322f63e07b69642bd349ee7501a63 /math/GiNaC | |
parent | 24d83930d03f253924cc6f8758f3e61cdd5f927c (diff) | |
download | ports-6ce638fdbfd144d8f328b85687facdfa3949809f.tar.gz ports-6ce638fdbfd144d8f328b85687facdfa3949809f.zip |
Notes
Diffstat (limited to 'math/GiNaC')
-rw-r--r-- | math/GiNaC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 030cb28478b3..263388a0c0fe 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ DISTNAME= ${PORTNAME:L}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= stephen@math.missouri.edu COMMENT= A C++ library for symbolic mathematical calculations LIB_DEPENDS= cln.5:${PORTSDIR}/math/cln |