diff options
Diffstat (limited to 'www/py-postmarkup/Makefile')
-rw-r--r-- | www/py-postmarkup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-postmarkup/Makefile b/www/py-postmarkup/Makefile index 7d260ddc6900..3772c84406d9 100644 --- a/www/py-postmarkup/Makefile +++ b/www/py-postmarkup/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= postmarkup -PORTVERSION= 1.0.4 +PORTVERSION= 1.1.4 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +15,6 @@ COMMENT= A library to parse the BBcode written in Python USE_PYTHON= yes USE_PYDISTUTILS= yes -USE_ZIP= yes +#USE_ZIP= yes .include <bsd.port.mk> |