diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/mpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/mpc/Makefile b/math/mpc/Makefile index 4eb6fbf898db..a36423dbcf60 100644 --- a/math/mpc/Makefile +++ b/math/mpc/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.7 CATEGORIES= math devel MASTER_SITES= http://www.multiprecision.org/mpc/download/ -MAINTAINER= wenheping@gmail.com +MAINTAINER= gerald@FreeBSD.org COMMENT= Library of complex numbers with arbitrarily high precision LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \ |