diff options
Diffstat (limited to 'games/pysolfc/Makefile')
-rw-r--r-- | games/pysolfc/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/pysolfc/Makefile b/games/pysolfc/Makefile index 675826ca4cd9..69ace83884ed 100644 --- a/games/pysolfc/Makefile +++ b/games/pysolfc/Makefile @@ -17,10 +17,8 @@ LICENSE= GPLv3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging -USES= tar:bzip2 -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes +USES= python tar:bzip2 +PYTHON_FEATURES=autoplist distutils PLIST_FILES= share/pixmaps/pysolfc.png DATADIR= ${PREFIX}/share/PySolFC |