diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-11-22 22:02:57 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-11-22 22:02:57 +0000 |
commit | 36f5faeb5911cee8fb582c46baa3342040651789 (patch) | |
tree | 1e71e3630735e68fd5d9ca4a86ef7f951e6845b2 /audio | |
parent | b96ec1a80c41ee1884a751f36a9e171f55289180 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/trommler/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/trommler/Makefile b/audio/trommler/Makefile index 0d215466a76b..514fb8847e5c 100644 --- a/audio/trommler/Makefile +++ b/audio/trommler/Makefile @@ -13,7 +13,8 @@ COMMENT= GTK+2 based drum machine LICENSE= GPLv2 -USES= gmake pkgconfig +USES= gmake pkgconfig python:build shebangfix +SHEBANG_FILES= genexport.py USE_GNOME= gtk20 WRKSRC= ${WRKDIR}/Trommler |