summaryrefslogtreecommitdiff
path: root/www/ap-jserv/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2000-09-05 09:33:15 +0000
committerjlam <jlam>2000-09-05 09:33:15 +0000
commitdf3f09aa1be59c52f911823d2919868690c1ce59 (patch)
tree3a4eb3a498298447d7926709d432170808bdd312 /www/ap-jserv/Makefile
parent094ed7af39374c11117e98dd9b9c3c015622fd12 (diff)
downloadpkgsrc-df3f09aa1be59c52f911823d2919868690c1ce59.tar.gz
Update build dependency on perl to build in correct directory if perl
interpreter is not found.
Diffstat (limited to 'www/ap-jserv/Makefile')
-rw-r--r--www/ap-jserv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-jserv/Makefile b/www/ap-jserv/Makefile
index 494b29e8dee..5dfe823b196 100644
--- a/www/ap-jserv/Makefile
+++ b/www/ap-jserv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2000/08/28 09:14:52 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2000/09/05 09:33:17 jlam Exp $
DISTNAME= ApacheJServ-1.1.2
PKGNAME= ap-jserv-1.1.2
@@ -12,7 +12,7 @@ DEPENDS+= apache>=1.3.9:../../www/apache
# yes, this needs _exactly_ version 2.0
DEPENDS+= jsdk-2.0:../../www/jsdk20
# For "apxs":
-BUILD_DEPENDS= ${PERL5}:../../lang/perl5
+BUILD_DEPENDS= ${PERL5}:../../lang/perl5-base
.include "../../mk/bsd.prefs.mk"