diff options
author | pav <pav@FreeBSD.org> | 2009-05-14 19:53:13 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-05-14 19:53:13 +0800 |
commit | 216350d06ee6ad53f87e547ab20faa420caa3a40 (patch) | |
tree | c0e7e3a8134c94a05364b9d6fdd41e9bac86c7c3 /lang/php5 | |
parent | d689c6c02a3227188c52565795090536c025937b (diff) | |
download | freebsd-ports-gnome-216350d06ee6ad53f87e547ab20faa420caa3a40.tar.gz freebsd-ports-gnome-216350d06ee6ad53f87e547ab20faa420caa3a40.tar.zst freebsd-ports-gnome-216350d06ee6ad53f87e547ab20faa420caa3a40.zip |
- Chase math/libgmp4 shlib bump
Reported by: pointyhat
Pointy hat to: ale
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index bc006495b739..0f2064b28b0b 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/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 |