diff options
-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" |