aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2018-04-02 17:08:43 +0800
committerohauer <ohauer@FreeBSD.org>2018-04-02 17:08:43 +0800
commitd65234c3880518e0a81af33d166c5365751bf109 (patch)
treed66189c15c5b3663924fdb7460af0cb6d844b6a4
parent71ebcd63ed21b53badf1a2feb695cd5c3545a9ab (diff)
downloadfreebsd-ports-gnome-d65234c3880518e0a81af33d166c5365751bf109.tar.gz
freebsd-ports-gnome-d65234c3880518e0a81af33d166c5365751bf109.tar.zst
freebsd-ports-gnome-d65234c3880518e0a81af33d166c5365751bf109.zip
- fix run dependency
(PKGNAMESUFFIX was removed from mod_wsgi in r466160)
-rw-r--r--devel/viewvc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/viewvc/Makefile b/devel/viewvc/Makefile
index f99b9bb2c6f7..e2983b4463bd 100644
--- a/devel/viewvc/Makefile
+++ b/devel/viewvc/Makefile
@@ -32,7 +32,7 @@ APACHE_USE= APACHE_RUN=22+
LIGHTTPD_RUN_DEPENDS= lighttpd:www/lighttpd
MODPYTHON33_RUN_DEPENDS=${APACHE_PKGNAMEPREFIX}mod_python33>=3.3:www/mod_python33
MODPYTHON35_RUN_DEPENDS=${APACHE_PKGNAMEPREFIX}mod_python35>=3.5:www/mod_python35
-MODWSGI_RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}${PYTHON_PKGNAMEPREFIX}mod_wsgi4>=4.4.13:www/mod_wsgi4@${PY_FLAVOR}
+MODWSGI_RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}${PYTHON_PKGNAMEPREFIX}mod_wsgi>=4.4.13:www/mod_wsgi4@${PY_FLAVOR}
SVN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion>=0:devel/py-subversion@${PY_FLAVOR}
MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:databases/py-MySQLdb@${PY_FLAVOR}