summaryrefslogtreecommitdiff
path: root/www/gitweb
diff options
context:
space:
mode:
authornils <nils@pkgsrc.org>2015-07-19 16:54:11 +0000
committernils <nils@pkgsrc.org>2015-07-19 16:54:11 +0000
commit2933949c72fea45fc2a93315a4da5065644eadc8 (patch)
tree3f5e9554b91f205494d4f8ecaa197d3cccb3d8aa /www/gitweb
parent1b94db6431e9c4144ade0b9769208f6bccec8228 (diff)
downloadpkgsrc-2933949c72fea45fc2a93315a4da5065644eadc8.tar.gz
gitweb.cgi needs CGI.pm to run, and lang/perl5 does not provide it anymore.
Diffstat (limited to 'www/gitweb')
-rw-r--r--www/gitweb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/gitweb/Makefile b/www/gitweb/Makefile
index dd62b0d95c6..0364765da00 100644
--- a/www/gitweb/Makefile
+++ b/www/gitweb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2015/07/12 18:56:33 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2015/07/19 16:54:11 nils Exp $
.include "../../devel/git/Makefile.common"
@@ -10,6 +10,7 @@ COMMENT= Web interface for GIT repositories
#DEPENDS+= apache{,2,22}-[0-9]*:../../www/apache22
DEPENDS+= git-base>=${GIT_VERSION}:../../devel/git-base
#DEPENDS+= {perl>=5.15.8,p5-Time-HiRes>=1.9725}:../../time/p5-Time-HiRes
+DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI
USE_TOOLS+= perl:run