diff options
Diffstat (limited to 'games/pysolfc')
-rw-r--r-- | games/pysolfc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/pysolfc/Makefile b/games/pysolfc/Makefile index 5d0676b9ce93..81c934b0f6da 100644 --- a/games/pysolfc/Makefile +++ b/games/pysolfc/Makefile @@ -2,7 +2,7 @@ PORTNAME= pysolfc PORTVERSION= 2.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games python MASTER_SITES= SF/${PORTNAME}/PySolFC/PySolFC-${PORTVERSION} \ SF/${PORTNAME}/PySolFC-Cardsets/PySolFC-Cardsets-${PORTVERSION}:cardsets @@ -17,9 +17,10 @@ LICENSE= GPLv3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter \ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow -USES= python tar:bzip2 +USES= python shebangfix tar:bzip2 USE_PYTHON= autoplist distutils NO_ARCH= yes +SHEBANG_FILES= data/themes/clearlooks/create_imgs.py PLIST_FILES= share/pixmaps/pysolfc.png DATADIR= ${PREFIX}/share/PySolFC |