diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-10-19 11:22:39 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-10-19 11:22:39 +0000 |
commit | 034ff964a673922073b72aa79c1cd6416da536bd (patch) | |
tree | 1c7cdd7b5684373b6b5937f834717f25a4e84305 | |
parent | misc/gplink: Drop no longer useful USB_CFLAGS, USB_LDFLAGS (diff) |
misc/py-cinder: Spell OPTIONS_RADIO correctly
Hook up MySQL and PGSQL options.
Notes
Notes:
svn path=/head/; revision=514788
-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) |