diff options
author | ale <ale@FreeBSD.org> | 2006-05-10 14:46:47 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-05-10 14:46:47 +0000 |
commit | a9d37ca9ec71498a5826402e3ab63ed48c448da1 (patch) | |
tree | a872f7f5dad6b2911b6a2ff03ccc48962757a279 /lang/php4 | |
parent | af806c34824bed7d96a2904d8c7a36813055da87 (diff) | |
download | FreeBSD-ports-a9d37ca9ec71498a5826402e3ab63ed48c448da1.zip FreeBSD-ports-a9d37ca9ec71498a5826402e3ab63ed48c448da1.tar.gz |
Chase gmp library and bump PORTREVISION.
Diffstat (limited to 'lang/php4')
-rw-r--r-- | lang/php4/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext index 6ccb4ae..91768f8 100644 --- a/lang/php4/Makefile.ext +++ b/lang/php4/Makefile.ext @@ -125,7 +125,7 @@ USE_GETTEXT= yes .endif .if ${PHP_MODNAME} == "gmp" -LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 CONFIGURE_ARGS+=--with-gmp=${LOCALBASE} .endif |