summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjmc <jmc>2002-02-05 04:45:29 +0000
committerjmc <jmc>2002-02-05 04:45:29 +0000
commit8477e6298f279f77b3e04a78fe35fc227376b86a (patch)
tree9d01ccb921eb72d8599a8d22dcb2159f7a8ff7f3 /www
parentf8f0b6ed9991fbefde0ce4781c486f6ed316d205 (diff)
downloadpkgsrc-8477e6298f279f77b3e04a78fe35fc227376b86a.tar.gz
Apache installs apxs which is a perl script so the package needs to depend on
perl as well.
Diffstat (limited to 'www')
-rw-r--r--www/apache/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile
index 4d02dee3293..7fd870214c2 100644
--- a/www/apache/Makefile
+++ b/www/apache/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2002/02/01 16:04:39 jlam Exp $
+# $NetBSD: Makefile,v 1.89 2002/02/05 04:45:29 jmc Exp $
#
# This pkg does not compile in mod_ssl, only the `mod_ssl EAPI' (a set of
# code hooks that allow mod_ssl to be compiled separately later, if desired).
@@ -160,5 +160,6 @@ post-install:
${CHOWN} -R ${DOCOWN}:${DOCGRP} ${PREFIX}/share/httpd
.include "../../textproc/expat/buildlink.mk"
+.include "../../lang/perl5/buildlink.mk"
.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"