From 9a2b21cd75870fee52f282c001633fb030b12b02 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 17 Dec 2001 22:11:46 +0000 Subject: Don't depend on Apache. CVSweb is a simple perl CGI script and works with just about every webserver out there that supports CGI executables. Fixes pkg/14971 by matthew green . --- www/cvsweb/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/www/cvsweb/Makefile b/www/cvsweb/Makefile index d575a96a39c..38d9dded411 100644 --- a/www/cvsweb/Makefile +++ b/www/cvsweb/Makefile @@ -1,5 +1,5 @@ # -# $NetBSD: Makefile,v 1.8 2001/12/02 06:56:46 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2001/12/17 22:11:46 jlam Exp $ # DISTNAME= cvsweb-1.112 @@ -10,8 +10,6 @@ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://stud.fh-heilbronn.de/~zeller/cgi/cvsweb.cgi/ COMMENT= Web interface for browsing a CVS repository -DEPENDS+= apache{,6}-[0-9]*:../../www/apache - USE_BUILDLINK_ONLY= YES WRKSRC= ${WRKDIR}/cvsweb -- cgit v1.2.3