From b6827dcf26ed23173747cec0ea959becd8d8fa8c Mon Sep 17 00:00:00 2001 From: mva Date: Tue, 21 Oct 2014 16:54:54 +0000 Subject: - Convert ports of math/ to new USES=python Approved by: portmgr (implicit) --- math/py-plastex/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'math/py-plastex') diff --git a/math/py-plastex/Makefile b/math/py-plastex/Makefile index b6632205534f..0342bfda9aef 100644 --- a/math/py-plastex/Makefile +++ b/math/py-plastex/Makefile @@ -12,8 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= LaTeX Document Processing Framework WRKSRC= ${WRKDIR}/${PORTNAME} -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include -- cgit