summaryrefslogtreecommitdiff
path: root/lang/php53
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-05-14 11:53:13 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-05-14 11:53:13 +0000
commit1ebd8b8869da1ca0759e1069a89fcc02b1e81829 (patch)
tree73116fa389a10f258e3a681e24b17656070be6e9 /lang/php53
parentUpdate to todays documentation. (diff)
- Chase math/libgmp4 shlib bump
Reported by: pointyhat Pointy hat to: ale
Notes
Notes: svn path=/head/; revision=233892
Diffstat (limited to 'lang/php53')
-rw-r--r--lang/php53/Makefile.ext2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext
index bc006495b739..0f2064b28b0b 100644
--- a/lang/php53/Makefile.ext
+++ b/lang/php53/Makefile.ext
@@ -121,7 +121,7 @@ USE_GETTEXT= yes
.endif
.if ${PHP_MODNAME} == "gmp"
-LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4
CONFIGURE_ARGS+=--with-gmp=${LOCALBASE}
.endif