diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-12-29 12:35:47 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-12-29 12:35:47 +0000 |
commit | 53f79af060649da3a9ce6196b1302cc42d454cd2 (patch) | |
tree | 80fe2a4fb1dabf654b236ec0718f8e52f67f64ab | |
parent | Update net/croc to version 8.6.7. (diff) |
devel/viewvc: remove optional dependency on expired databases/py-MySQLdb
Notes
Notes:
svn path=/head/; revision=559574
-rw-r--r-- | devel/viewvc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/viewvc/Makefile b/devel/viewvc/Makefile index 823b00fef18b..8387a30a432f 100644 --- a/devel/viewvc/Makefile +++ b/devel/viewvc/Makefile @@ -19,7 +19,7 @@ USE_RC_SUBR= viewvc NO_BUILD= yes NO_OPTIONS_SORT= yes -OPTIONS_DEFINE= WEBSRV APMOD SVN MYSQL +OPTIONS_DEFINE= WEBSRV APMOD SVN OPTIONS_DEFAULT= WEBSRV APACHE SVN OPTIONS_SINGLE= WEBSRV APMOD @@ -30,12 +30,10 @@ WEBSRV_DESC= Enable web server support APMOD_DESC= depend on Apache module MODWSGI_DESC= Add mod_wsgi to the list of package dependencies -MYSQL_DESC= Bonsai-like repository query facilities APACHE_USE= APACHE_RUN=24+ LIGHTTPD_RUN_DEPENDS= lighttpd:www/lighttpd MODWSGI_RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}${PYTHON_PKGNAMEPREFIX}mod_wsgi>=4.4.13:www/mod_wsgi4@${PY_FLAVOR} -MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:databases/py-MySQLdb@${PY_FLAVOR} SVN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion-lts>=0:devel/py-subversion@${PY_FLAVOR} |