summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorexplorer <explorer>2001-01-07 04:59:58 +0000
committerexplorer <explorer>2001-01-07 04:59:58 +0000
commit22006a2205448dfc55e6d2cda6375978c98313d8 (patch)
treea8cf04059ae7ab22f9e0810cc3e198743e41699b
parent88e3253e9128c0ae1762d803d414805875865432 (diff)
downloadpkgsrc-22006a2205448dfc55e6d2cda6375978c98313d8.tar.gz
Get the Makefile too -- somehow 'cvs ci' missed this last night...
-rw-r--r--www/php3/Makefile4
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