diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-18 02:14:00 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-18 02:14:00 +0800 |
commit | d80cf58be52fa4c8ebf29b57706bf618212e381e (patch) | |
tree | f866b811c1fc4b816c49dbabdd4a83453d585ee8 /www | |
parent | dcbbea9f73888d21729fcfe83160086c7e43ac2f (diff) | |
download | freebsd-ports-gnome-d80cf58be52fa4c8ebf29b57706bf618212e381e.tar.gz freebsd-ports-gnome-d80cf58be52fa4c8ebf29b57706bf618212e381e.tar.zst freebsd-ports-gnome-d80cf58be52fa4c8ebf29b57706bf618212e381e.zip |
Chase pth's shared lib version.
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 |