summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2001-12-17 22:11:46 +0000
committerjlam <jlam>2001-12-17 22:11:46 +0000
commit9a2b21cd75870fee52f282c001633fb030b12b02 (patch)
tree6aa4493ee6da9c5ea3d163da65a07b81058f78ad
parent635336b73c251e63b841ce7c356cc1c4bbf2b50d (diff)
downloadpkgsrc-9a2b21cd75870fee52f282c001633fb030b12b02.tar.gz
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 <mrg@eterna.com.au>.
-rw-r--r--www/cvsweb/Makefile4
1 files changed, 1 insertions, 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