summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-02-05 14:18:30 +0000
committerwiz <wiz@pkgsrc.org>2000-02-05 14:18:30 +0000
commitd3e423545676e051ccaaea20b12cc7eae6060fe4 (patch)
tree0c530462772a42302d41e1ea3239535ec18589f4 /www
parentb6ca432fda3452f7fa6a2503db89ba2fcafc244f (diff)
downloadpkgsrc-d3e423545676e051ccaaea20b12cc7eae6060fe4.tar.gz
reorder lines for pkglint
Diffstat (limited to 'www')
-rw-r--r--www/php3/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/php3/Makefile b/www/php3/Makefile
index 43a6681aeb4..b21d98a1bc9 100644
--- a/www/php3/Makefile
+++ b/www/php3/Makefile
@@ -1,19 +1,19 @@
-# $NetBSD: Makefile,v 1.7 1999/06/15 22:24:13 tron Exp $
+# $NetBSD: Makefile,v 1.8 2000/02/05 14:18:30 wiz Exp $
#
DISTNAME= php-${PHP_VERSION}
CATEGORIES= www
MASTER_SITES= ftp://ftp.php.net/pub/distributions/
+# This is needed because other pkgs .include this Makefile
+DISTFILES+= ${DISTNAME}.tar.gz
MAINTAINER= cjs@netbsd.org
HOMEPAGE= http://www.php.net/
-# This is needed because other pkgs .include this Makefile
-DISTFILES+= ${DISTNAME}.tar.gz
-PHP_VERSION= 3.0.7
-
DEPENDS+= gdbm-1.7.3:../../databases/gdbm
+PHP_VERSION= 3.0.7
+
.if defined(BUILDING_EXTENSION_MODULE) || defined(BUILDING_SERVER_MODULE)
DEPENDS+= php-${PHP_VERSION}:../../www/php3
FILESDIR?= ${PKGSRCDIR}/www/php3/files