From d3e423545676e051ccaaea20b12cc7eae6060fe4 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 5 Feb 2000 14:18:30 +0000 Subject: reorder lines for pkglint --- www/php3/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'www') 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 -- cgit v1.2.3