diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-14 19:53:13 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-14 19:53:13 +0800 |
commit | 1ebd8b8869da1ca0759e1069a89fcc02b1e81829 (patch) | |
tree | 73116fa389a10f258e3a681e24b17656070be6e9 /lang/php5 | |
parent | c7a2039f702472effea40634eb15f76ca90a28b7 (diff) | |
download | freebsd-ports-gnome-1ebd8b8869da1ca0759e1069a89fcc02b1e81829.tar.gz freebsd-ports-gnome-1ebd8b8869da1ca0759e1069a89fcc02b1e81829.tar.zst freebsd-ports-gnome-1ebd8b8869da1ca0759e1069a89fcc02b1e81829.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 |