diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-21 16:32:16 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-21 16:32:16 +0000 |
commit | 9d48dcd3f67a9b042cb314f3d7037989da25482c (patch) | |
tree | 7671ccd8e1f2b83145d586edbacb5e7d558e4723 /emulators/hatari | |
parent | 391c82678cf120e9748a8bc1f6813cfe830a53e6 (diff) |
Notes
Diffstat (limited to 'emulators/hatari')
-rw-r--r-- | emulators/hatari/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index 41e3201c0fe4..a62f1ced0a8a 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -3,6 +3,7 @@ PORTNAME= hatari PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://download.tuxfamily.org/hatari/${PORTVERSION}/ @@ -19,7 +20,8 @@ RUN_DEPENDS= python:lang/python USES= cmake desktop-file-utils python readline shared-mime-info \ shebangfix tar:bzip2 -SHEBANG_FILES= tools/atari-convert-dir.py +SHEBANG_FILES= python-ui/*.py tools/atari-convert-dir.py \ + tools/debugger/hatari_profile.py tools/hconsole/*.py python_OLD_CMD= /usr/bin/python2 USE_GNOME= pygtk2 CMAKE_ARGS= -DETCDIR:PATH="${PREFIX}/etc" \ |