diff options
author | jmc <jmc@pkgsrc.org> | 2002-02-05 05:35:11 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2002-02-05 05:35:11 +0000 |
commit | bee110162fb62973238326e9777fc231d97b34da (patch) | |
tree | bdf293d2b22ac24afdba5c300449d2ee44b00783 /www/apache | |
parent | 5a0ca2bacc5944c589b8cd8005f56ddbeef04de0 (diff) | |
download | pkgsrc-bee110162fb62973238326e9777fc231d97b34da.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" |