diff options
author | wiz <wiz@pkgsrc.org> | 2000-09-03 13:40:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-09-03 13:40:30 +0000 |
commit | 52a4fa3d3353c59b2b74d75a83e435adf7b4798e (patch) | |
tree | 252deb14f819791e8bee73426aa29e8c7633263c | |
parent | 70c6348982fa831597bcd7e2bff594d2099f9ee0 (diff) | |
download | pkgsrc-52a4fa3d3353c59b2b74d75a83e435adf7b4798e.tar.gz |
remove unnecessary empty line
-rw-r--r-- | www/php3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/php3/Makefile b/www/php3/Makefile index b7a1c6eb4c8..370544704b1 100644 --- a/www/php3/Makefile +++ b/www/php3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2000/08/27 02:46:08 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2000/09/03 13:40:30 wiz Exp $ # DISTNAME= php-${PHP_VERSION} @@ -19,7 +19,6 @@ DEPENDS+= gdbm>=1.7.3:../../databases/gdbm DEPENDS+= zlib-*:../../devel/zlib .endif - PHP_VERSION= 3.0.16 .if defined(BUILDING_EXTENSION_MODULE) || defined(BUILDING_SERVER_MODULE) |