diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-05-10 14:46:47 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-05-10 14:46:47 +0000 |
commit | ffcb54b54fe12a4154c13c239dca119d32f6d6e9 (patch) | |
tree | d2d1996032dd21dd2dafd5d23094cf94cdd7d2d1 /lang/php4 | |
parent | Update to 4.2.1 release. (diff) |
Chase gmp library and bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=161929
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 6ccb4aeeb1fb..91768f8d43e0 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 |