diff --git a/math/mpc/Makefile b/math/mpc/Makefile index 7f8e1fd2388a..513bc3f3edbf 100644 --- a/math/mpc/Makefile +++ b/math/mpc/Makefile @@ -1,28 +1,28 @@ PORTNAME= mpc PORTVERSION= 1.2.1 CATEGORIES= math devel MASTER_SITES= GNU MAINTAINER= gerald@FreeBSD.org COMMENT= Library of complex numbers with arbitrarily high precision -WWW= https://www.multiprecision.org/ +WWW= https://www.multiprecision.org/mpc/ LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gmp=${LOCALBASE} \ --with-mpfr=${LOCALBASE} INSTALL_TARGET= install-strip TEST_TARGET= check USES= libtool USE_LDCONFIG= yes INFO= mpc PLIST_FILES= include/mpc.h \ lib/libmpc.a lib/libmpc.so lib/libmpc.so.3 lib/libmpc.so.3.2.1 .include