diff options
Diffstat (limited to 'textproc/py-jaxml/Makefile')
-rw-r--r-- | textproc/py-jaxml/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/py-jaxml/Makefile b/textproc/py-jaxml/Makefile index 2a1e7993b1a9..3e80f89f92a6 100644 --- a/textproc/py-jaxml/Makefile +++ b/textproc/py-jaxml/Makefile @@ -12,8 +12,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Python module to generate XML easily -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |