diff options
Diffstat (limited to 'textproc/py-Chameleon/Makefile')
-rw-r--r-- | textproc/py-Chameleon/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/py-Chameleon/Makefile b/textproc/py-Chameleon/Makefile index d5ebd52791a8..77c54c2aa228 100644 --- a/textproc/py-Chameleon/Makefile +++ b/textproc/py-Chameleon/Makefile @@ -11,8 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Python HTML/XML template language compiler -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |