diff options
author | mva <mva@FreeBSD.org> | 2014-10-22 00:36:12 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-22 00:36:12 +0800 |
commit | 6531e10a72486b9c5258ee0aeb2135501a9066ec (patch) | |
tree | 6c81a8048a5cb3b8b09b589e7ef9bc5732d5be77 /graphics/svgfig | |
parent | add0403efe14aab57fd40859154311e3e775bb35 (diff) | |
download | freebsd-ports-gnome-6531e10a72486b9c5258ee0aeb2135501a9066ec.tar.gz freebsd-ports-gnome-6531e10a72486b9c5258ee0aeb2135501a9066ec.tar.zst freebsd-ports-gnome-6531e10a72486b9c5258ee0aeb2135501a9066ec.zip |
- Convert ports of graphics/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'graphics/svgfig')
-rw-r--r-- | graphics/svgfig/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/svgfig/Makefile b/graphics/svgfig/Makefile index 31fb91079427..09961d5b9ca8 100644 --- a/graphics/svgfig/Makefile +++ b/graphics/svgfig/Makefile @@ -14,9 +14,8 @@ COMMENT= Draw mathematical figures in SVG using Python WRKSRC= ${WRKDIR}/${PORTNAME:tl} -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist post-patch: @${REINPLACE_CMD} -e 's|1.1.2|${PORTVERSION}|' ${WRKSRC}/setup.py |