diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2010-02-23 19:10:24 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2010-02-23 19:10:24 +0000 |
commit | 202ed6e48f8a3c080a6720d9b604e59055083b7e (patch) | |
tree | 0c72fbfc557b355f1f5f9e76fb547da612ba0cc4 /math/cln | |
parent | 4aaac0b5f91fc973f5d39a99bd227267b1d5e5fa (diff) | |
download | ports-202ed6e48f8a3c080a6720d9b604e59055083b7e.tar.gz ports-202ed6e48f8a3c080a6720d9b604e59055083b7e.zip |
Notes
Diffstat (limited to 'math/cln')
-rw-r--r-- | math/cln/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile index 503a0e928855..72314862a3f6 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.ginac.de/CLN/ \ http://www.mirrors.wiretapped.net/security/cryptography/libraries/math/cln/ \ ftp://ftpthep.physik.uni-mainz.de/pub/gnu/ -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= wen@FreeBSD.org COMMENT= Class Library for Numbers LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 |