diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-17 18:14:00 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-17 18:14:00 +0000 |
commit | 2a530641f1056b3098983d7c9d584128c4f2b1a4 (patch) | |
tree | 54511ac786baaf65546446965bb9a1626c81ef7d /www | |
parent | 2c5c0653ed99b03d51304423cff6e7ce4e175252 (diff) | |
download | ports-2a530641f1056b3098983d7c9d584128c4f2b1a4.tar.gz ports-2a530641f1056b3098983d7c9d584128c4f2b1a4.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php4/Makefile | 2 | ||||
-rw-r--r-- | www/mod_php5/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index 9d57f3114982..a17ffc34bb8b 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/Makefile @@ -25,7 +25,7 @@ MAINTAINER= dirk@FreeBSD.org BUILD_DEPENDS= ${APXS}:${APACHE_PORT} RUN_DEPENDS= ${APXS}:${APACHE_PORT} .if defined(WITH_APACHE2) -LIB_DEPENDS= pth.14:${PORTSDIR}/devel/pth +LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth .endif PHP_DISTDIR= distributions diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 9d57f3114982..a17ffc34bb8b 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -25,7 +25,7 @@ MAINTAINER= dirk@FreeBSD.org BUILD_DEPENDS= ${APXS}:${APACHE_PORT} RUN_DEPENDS= ${APXS}:${APACHE_PORT} .if defined(WITH_APACHE2) -LIB_DEPENDS= pth.14:${PORTSDIR}/devel/pth +LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth .endif PHP_DISTDIR= distributions |