diff options
author | jmc <jmc> | 2002-02-05 05:35:11 +0000 |
---|---|---|
committer | jmc <jmc> | 2002-02-05 05:35:11 +0000 |
commit | 89c5668438be5410a131b688b3aa869a923fa1cc (patch) | |
tree | bdf293d2b22ac24afdba5c300449d2ee44b00783 /www/apache | |
parent | 046804b1bab4503fb8ce3ffc8b12b1b9322059e0 (diff) | |
download | pkgsrc-89c5668438be5410a131b688b3aa869a923fa1cc.tar.gz |
Remove the perl buildlink. I disagree that installing a perl script shouldn't
commit the package to depending on perl as well but that seems to be the
current way it's done for apache.
Diffstat (limited to 'www/apache')
-rw-r--r-- | www/apache/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile index 7fd870214c2..169360e750c 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2002/02/05 04:45:29 jmc Exp $ +# $NetBSD: Makefile,v 1.90 2002/02/05 05:35:11 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,6 +160,5 @@ 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" |