diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-09-28 08:07:55 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-09-28 08:07:55 +0000 |
commit | c36ee6c7361375648773640c7e81294938dbaafe (patch) | |
tree | d26e7eb9b8321c41b4ec0def84998658934ec450 /graphics/py-rabbyt | |
parent | ec77e60fda312bff7d3d28c7553a1a1d37b6cd7c (diff) | |
download | ports-c36ee6c7361375648773640c7e81294938dbaafe.tar.gz ports-c36ee6c7361375648773640c7e81294938dbaafe.zip |
Notes
Diffstat (limited to 'graphics/py-rabbyt')
-rw-r--r-- | graphics/py-rabbyt/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/py-rabbyt/Makefile b/graphics/py-rabbyt/Makefile index 4e7296cc2019..0b9ea473917b 100644 --- a/graphics/py-rabbyt/Makefile +++ b/graphics/py-rabbyt/Makefile @@ -13,10 +13,11 @@ DISTNAME= Rabbyt-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Fast sprite library for Python -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes -PYDISTUTILS_ARCHDEP= yes +USES= python +USE_PYTHON= distutils autoplist USE_GL= gl glu +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/rabbyt/*.so + .include <bsd.port.mk> |