Unset gevent for ws4py

In this commit we unset gevent for ws4py as that is not used by us and not needed in the build.
This commit is contained in:
Waqar Ahmed
2019-05-08 00:18:52 +05:00
parent 7db809da9a
commit a2d7046494

View File

@@ -365,7 +365,7 @@ ports += {
}
ports += {
"name": "www/py-ws4py",
"options": ["OPTIONS_FILE_UNSET+=CHERRYPY"]
"options": ["OPTIONS_FILE_UNSET+=CHERRYPY", "OPTIONS_FILE_UNSET+=GEVENT"]
}
ports += "misc/mmv"
ports += {