diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-12-29 12:27:56 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-12-29 12:27:56 +0000 |
commit | 7b6e8ac5e246f36e58ce33102ec68253e165e95b (patch) | |
tree | 6a73cd8109980821368c94ec112f177e71074a3a | |
parent | net-mgmt/unifi6: Update to 6.0.43 (diff) |
devel/viewvc-devel: drop optional dependency on expired databases/py-MySQLdb
Notes
Notes:
svn path=/head/; revision=559571
-rw-r--r-- | devel/viewvc-devel/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/viewvc-devel/Makefile b/devel/viewvc-devel/Makefile index 7ac2adec7376..31e2ab5e5d19 100644 --- a/devel/viewvc-devel/Makefile +++ b/devel/viewvc-devel/Makefile @@ -20,7 +20,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 @@ -31,12 +31,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>=0:devel/py-subversion@${PY_FLAVOR} |