summaryrefslogtreecommitdiff
path: root/www/php3
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-09-05 09:33:15 +0000
committerjlam <jlam@pkgsrc.org>2000-09-05 09:33:15 +0000
commit60d8d28f10ee39d258606553f4bfa85dc8ce80da (patch)
tree3a4eb3a498298447d7926709d432170808bdd312 /www/php3
parenta8157e15e1626ff14867ace45b06c4329c91d72d (diff)
downloadpkgsrc-60d8d28f10ee39d258606553f4bfa85dc8ce80da.tar.gz
Update build dependency on perl to build in correct directory if perl
interpreter is not found.
Diffstat (limited to 'www/php3')
-rw-r--r--www/php3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php3/Makefile b/www/php3/Makefile
index 370544704b1..36540545f15 100644
--- a/www/php3/Makefile
+++ b/www/php3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2000/09/03 13:40:30 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2000/09/05 09:33:18 jlam Exp $
#
DISTNAME= php-${PHP_VERSION}
@@ -10,7 +10,7 @@ DISTFILES+= ${DISTNAME}.tar.gz
MAINTAINER= cjs@netbsd.org
HOMEPAGE= http://www.php.net/
-BUILD_DEPENDS+= ${PERL5}:../../lang/perl5
+BUILD_DEPENDS+= ${PERL5}:../../lang/perl5-base
DEPENDS+= gdbm>=1.7.3:../../databases/gdbm
.include "../../mk/bsd.prefs.mk"