From bf330a57d40cb5c6f57f61de4d24c0dcbf14dbee Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Mon, 19 Apr 2010 10:43:42 +0000 Subject: Switch to use newer GMP version. PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin) --- lang/php5/Makefile.ext | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/php5') diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index 72b30400e301..498cf0a677fd 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -105,7 +105,7 @@ USE_GETTEXT= yes .endif .if ${PHP_MODNAME} == "gmp" -LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp CONFIGURE_ARGS+=--with-gmp=${LOCALBASE} .endif -- cgit v1.2.3