diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-29 22:36:58 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-29 22:36:58 +0800 |
commit | 2a2919e3e29d8d82beafa2cc7c519f8a99b23145 (patch) | |
tree | 38953905063344198111ee3f8d83e7d2174ce44e | |
parent | db3c0b3b7e11ba60cb9832108901d87a2294433e (diff) | |
download | freebsd-ports-gnome-2a2919e3e29d8d82beafa2cc7c519f8a99b23145.tar.gz freebsd-ports-gnome-2a2919e3e29d8d82beafa2cc7c519f8a99b23145.tar.zst freebsd-ports-gnome-2a2919e3e29d8d82beafa2cc7c519f8a99b23145.zip |
- Convert to USES=python
- Strip libraries
-rw-r--r-- | graphics/uniconvertor/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/uniconvertor/Makefile b/graphics/uniconvertor/Makefile index afca8f5c8345..eed326b76c36 100644 --- a/graphics/uniconvertor/Makefile +++ b/graphics/uniconvertor/Makefile @@ -12,7 +12,10 @@ COMMENT= Universal vector graphics translator RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sk1libs/__init__.py:${PORTSDIR}/graphics/sk1libs -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USES= python +USE_PYTHON= distutils + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/uniconvertor/app/modules/*.so .include <bsd.port.mk> |