diff options
Diffstat (limited to 'www/py-ws4py')
-rw-r--r-- | www/py-ws4py/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-ws4py/Makefile b/www/py-ws4py/Makefile index c71de3727a62..128bd5a0f601 100644 --- a/www/py-ws4py/Makefile +++ b/www/py-ws4py/Makefile @@ -3,6 +3,7 @@ PORTNAME= ws4py PORTVERSION= 0.2.4 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://www.defuze.org/oss/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +19,7 @@ USE_PYDISTUTILS= easy_install OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options OPTIONS_DEFINE= CHERRYPY GEVENT TORNADO -OPTIONS_DEFAULT= GEVENT +OPTIONS_DEFAULT= CHERRYPY GEVENT CHERRYPY_DESC= CherryPy server support GEVENT_DESC= gevent-based client/server support TORNADO_DESC= Tornado client support |