diff options
Diffstat (limited to 'graphics/py-png/Makefile')
-rw-r--r-- | graphics/py-png/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/py-png/Makefile b/graphics/py-png/Makefile index d064af918622..d50742259262 100644 --- a/graphics/py-png/Makefile +++ b/graphics/py-png/Makefile @@ -3,6 +3,7 @@ PORTNAME= png PORTVERSION= 0.0.13 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +15,7 @@ COMMENT= Python PNG encoder/decoder PROJECTHOST= pypng USE_PYTHON= yes -USE_PYDISTUTILS= easy_install -PYDISTUTILS_PKGNAME= pypng +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> |