diff options
Diffstat (limited to 'www/py-livereload/Makefile')
-rw-r--r-- | www/py-livereload/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-livereload/Makefile b/www/py-livereload/Makefile index bc1fc9d4b97c..fbb906c2b5ab 100644 --- a/www/py-livereload/Makefile +++ b/www/py-livereload/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= livereload -DISTVERSION= 2.5.2 +DISTVERSION= 2.6.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,6 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ USES= python USE_PYTHON= distutils concurrent autoplist + NO_ARCH= yes .include <bsd.port.mk> |