aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2010-04-26 03:27:08 +0800
committermm <mm@FreeBSD.org>2010-04-26 03:27:08 +0800
commit0b1ca2e78d9b45999f2624ff724ba05b930434ba (patch)
tree256b29b9a09433592a3948ffe250a1d42d427553 /lang
parent28decabedbb2ea38a93a88077456f743e56bfaa7 (diff)
downloadfreebsd-ports-gnome-0b1ca2e78d9b45999f2624ff724ba05b930434ba.tar.gz
freebsd-ports-gnome-0b1ca2e78d9b45999f2624ff724ba05b930434ba.tar.zst
freebsd-ports-gnome-0b1ca2e78d9b45999f2624ff724ba05b930434ba.zip
- Fix gmp version 5 support for php52
PR: ports/146041 Submitted by: myself Approved by: maintainer
Diffstat (limited to 'lang')
-rw-r--r--lang/php52/Makefile.ext2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php52/Makefile.ext b/lang/php52/Makefile.ext
index effc4b075cc7..45e6090061f1 100644
--- a/lang/php52/Makefile.ext
+++ b/lang/php52/Makefile.ext
@@ -121,7 +121,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