aboutsummaryrefslogtreecommitdiff
path: root/www/linkchecker
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2013-11-24 23:33:15 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2013-11-24 23:33:15 +0000
commit5c781a69e1a3e5d9acf28a64569259a7fe307f71 (patch)
tree8c903bc8d741ab96db2872d677ebc29b4374c700 /www/linkchecker
parent19c16e88dd4af62a1ca01ef04a6e2b5e71e44a6c (diff)
downloadports-5c781a69e1a3e5d9acf28a64569259a7fe307f71.tar.gz
ports-5c781a69e1a3e5d9acf28a64569259a7fe307f71.zip
Notes
Diffstat (limited to 'www/linkchecker')
-rw-r--r--www/linkchecker/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/linkchecker/Makefile b/www/linkchecker/Makefile
index 72044046bb2f..cb1c808abf42 100644
--- a/www/linkchecker/Makefile
+++ b/www/linkchecker/Makefile
@@ -3,6 +3,7 @@
PORTNAME= linkchecker
PORTVERSION= 8.4
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= GHC
DISTNAME= LinkChecker-${PORTVERSION}
@@ -86,7 +87,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cssutils>=0.9.5:${PORTSDIR}/www/py-cssutils
# To run the WSGI Web interface
.if ${PORT_OPTIONS:MWSGI}
-RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod_wsg>0:${PORTSDIR}/www/mod_wsgi
+RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod_wsg>0:${PORTSDIR}/www/mod_wsgi2
USE_APACHE_RUN= 22
.endif