diff options
author | pav <pav@FreeBSD.org> | 2009-02-02 09:14:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-02-02 09:14:29 +0800 |
commit | 5acec34143cdf32498ed3d324408c92961c152fe (patch) | |
tree | 1403dcc2e0519047a1c0388353ea595ebd2ab601 /lang/php4 | |
parent | f9e83443f72a3f7df17c21b628e2ced3fe478120 (diff) | |
download | freebsd-ports-gnome-5acec34143cdf32498ed3d324408c92961c152fe.tar.gz freebsd-ports-gnome-5acec34143cdf32498ed3d324408c92961c152fe.tar.zst freebsd-ports-gnome-5acec34143cdf32498ed3d324408c92961c152fe.zip |
- Update the dependency on libmcve/libmonetra
Pointy hat to: pav
Reported by: cperciva
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 1c8a721a647b..dd9e12693276 100644 --- a/lang/php4/Makefile.ext +++ b/lang/php4/Makefile.ext @@ -184,7 +184,7 @@ USE_AUTOTOOLS= libltdl:15 .endif .if ${PHP_MODNAME} == "mcve" -LIB_DEPENDS+= mcve.5:${PORTSDIR}/devel/libmcve +LIB_DEPENDS+= monetra.7:${PORTSDIR}/devel/libmonetra CONFIGURE_ARGS+=--with-mcve=${LOCALBASE} \ --with-openssl-dir=${OPENSSLBASE} |