summaryrefslogtreecommitdiff
path: root/www/apache
diff options
context:
space:
mode:
authorjmc <jmc@pkgsrc.org>2002-02-05 04:45:29 +0000
committerjmc <jmc@pkgsrc.org>2002-02-05 04:45:29 +0000
commitf1e82d76c38ecef4133df1a04aee3d8d68416f0a (patch)
tree9d01ccb921eb72d8599a8d22dcb2159f7a8ff7f3 /www/apache
parentc2a64fa05d1cf24185cfb46de73fa2d44f9e458c (diff)
downloadpkgsrc-f1e82d76c38ecef4133df1a04aee3d8d68416f0a.tar.gz
Apache installs apxs which is a perl script so the package needs to depend on
perl as well.
Diffstat (limited to 'www/apache')
-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"