diff options
author | wiz <wiz> | 2000-09-03 13:40:30 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-09-03 13:40:30 +0000 |
commit | 3c23b400dc48f698cbd9e4a954c0343ac7ddccf0 (patch) | |
tree | 252deb14f819791e8bee73426aa29e8c7633263c /www/php3 | |
parent | ee0c2710a364a331e76871169bb22952fcbb57e4 (diff) | |
download | pkgsrc-3c23b400dc48f698cbd9e4a954c0343ac7ddccf0.tar.gz |
remove unnecessary empty line
Diffstat (limited to 'www/php3')
-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) |