diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-10-19 19:22:39 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-10-19 19:22:39 +0800 |
commit | 034ff964a673922073b72aa79c1cd6416da536bd (patch) | |
tree | 1c7cdd7b5684373b6b5937f834717f25a4e84305 /misc | |
parent | f1093832cb1a75ffd555e844036a78540e3e7f08 (diff) | |
download | freebsd-ports-gnome-034ff964a673922073b72aa79c1cd6416da536bd.tar.gz freebsd-ports-gnome-034ff964a673922073b72aa79c1cd6416da536bd.tar.zst freebsd-ports-gnome-034ff964a673922073b72aa79c1cd6416da536bd.zip |
misc/py-cinder: Spell OPTIONS_RADIO correctly
Hook up MySQL and PGSQL options.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-cinder/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/py-cinder/Makefile b/misc/py-cinder/Makefile index f160c488e505..07e70ea124aa 100644 --- a/misc/py-cinder/Makefile +++ b/misc/py-cinder/Makefile @@ -93,8 +93,8 @@ CONFLICTS_INSTALL= py??-cinder-* OPTIONS_GROUP= MISC OPTIONS_GROUP_MISC= MEMCACHED MONGODB -OPTIONS_GROUP_RADIO= DB -OPTIONS_GROUP_RADIO_DB= MYSQL PGSQL +OPTIONS_RADIO= DB +OPTIONS_RADIO_DB= MYSQL PGSQL MEMCACHED_DESC= memcached support MONGODB_DESC= MongoDB support (used for messaging services) |