diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-15 10:12:08 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-15 10:12:08 +0000 |
commit | 581cac9416d38f70a9e5c680d9751230bd43cbc4 (patch) | |
tree | 4ec74f3dd744ca8054cce78df35237dd5b189528 /devel/bugzilla44 | |
parent | Update binutils to 2.33.1 (diff) |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
Notes
Notes:
svn path=/head/; revision=517643
Diffstat (limited to 'devel/bugzilla44')
-rw-r--r-- | devel/bugzilla44/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bugzilla44/Makefile b/devel/bugzilla44/Makefile index 383bc883b48e..e163773901da 100644 --- a/devel/bugzilla44/Makefile +++ b/devel/bugzilla44/Makefile @@ -46,7 +46,7 @@ EMPTY_DIRS_LIST=data graphs contrib lib t xt .include "${.CURDIR}/Makefile.options" MODPERL_USE= APACHE_RUN=22+ -MYSQL_USE= MYSQL=yes +MYSQL_USES= mysql MYSQL_RUN_DEPENDS= p5-DBD-mysql>=4.0001:databases/p5-DBD-mysql PGSQL_USES= pgsql PGSQL_RUN_DEPENDS= p5-DBD-Pg>=3.4.2:databases/p5-DBD-Pg |