diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-17 18:14:00 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-17 18:14:00 +0000 |
commit | d80cf58be52fa4c8ebf29b57706bf618212e381e (patch) | |
tree | f866b811c1fc4b816c49dbabdd4a83453d585ee8 /www/mod_php5 | |
parent | dcbbea9f73888d21729fcfe83160086c7e43ac2f (diff) | |
download | FreeBSD-ports-d80cf58be52fa4c8ebf29b57706bf618212e381e.zip FreeBSD-ports-d80cf58be52fa4c8ebf29b57706bf618212e381e.tar.gz |
Chase pth's shared lib version.
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 9d57f31..a17ffc3 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 |