diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2017-04-18 18:26:19 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2017-04-18 18:26:19 +0000 |
commit | efe3f7d37bad846db8fcbe00a62592d0549b5bfb (patch) | |
tree | c77671e03ee888b1cccd4e358c8265c8dd7d458e /games/pysolfc | |
parent | 0fcc4dadd10c9e5663b9fecc51efcca8d4bc2870 (diff) |
Notes
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 |