diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2015-11-05 23:35:57 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2015-11-05 23:35:57 +0000 |
commit | 45291f2f3f484262f826c7ffc439df71f0d6dd62 (patch) | |
tree | 7a0155d9cbab9d4819d31615da9bd440c54cd251 /www | |
parent | 1bb7cbc8052815c751f9036ebe43561346d85759 (diff) | |
download | freebsd-ports-45291f2f3f484262f826c7ffc439df71f0d6dd62.zip |
Fix option name
Diffstat (limited to 'www')
-rw-r--r-- | www/py-pywikibot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-pywikibot/Makefile b/www/py-pywikibot/Makefile index 94c0af535823..d8e672437b0c 100644 --- a/www/py-pywikibot/Makefile +++ b/www/py-pywikibot/Makefile @@ -18,7 +18,7 @@ USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes -OPTIONS_DEFINE= ISBN PYDOT MYSQL GOOG MWPARSE PILLOW +OPTIONS_DEFINE= ISBN PYDOT MYSQL GOOGLE MWPARSE PILLOW ISBN_DESC= Support for standard numbers and codes via stdnum package PYDOT_DESC= Support for Graphviz via pydot module MYSQL_DESC= Support for MySQL via oursql module |