diff options
author | explorer <explorer> | 2001-01-07 04:59:58 +0000 |
---|---|---|
committer | explorer <explorer> | 2001-01-07 04:59:58 +0000 |
commit | 66632ec2ed81f15331b2b51c90de63af885bc80d (patch) | |
tree | a8cf04059ae7ab22f9e0810cc3e198743e41699b /www | |
parent | e82de90defc0eecb7029190e2bd522174b8db305 (diff) | |
download | pkgsrc-66632ec2ed81f15331b2b51c90de63af885bc80d.tar.gz |
Get the Makefile too -- somehow 'cvs ci' missed this last night...
Diffstat (limited to 'www')
-rw-r--r-- | www/php3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php3/Makefile b/www/php3/Makefile index 36540545f15..ae4e1eb66b8 100644 --- a/www/php3/Makefile +++ b/www/php3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2000/09/05 09:33:18 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2001/01/07 04:59:58 explorer Exp $ # DISTNAME= php-${PHP_VERSION} @@ -19,7 +19,7 @@ DEPENDS+= gdbm>=1.7.3:../../databases/gdbm DEPENDS+= zlib-*:../../devel/zlib .endif -PHP_VERSION= 3.0.16 +PHP_VERSION= 3.0.18 .if defined(BUILDING_EXTENSION_MODULE) || defined(BUILDING_SERVER_MODULE) DEPENDS+= php-${PHP_VERSION}:../../www/php3 |