diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-11 16:54:20 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-11 16:54:20 +0000 |
commit | 1d00aa2b00e092386a9279e5dd9acc7b362b605a (patch) | |
tree | 1bd1a4476491ef32afe3f13e01c9056a28435cc3 /audio/trommler | |
parent | 51d66dd104bf4cc7fd044764b8510e58e10ed84d (diff) |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Notes
Notes:
svn path=/head/; revision=456050
Diffstat (limited to 'audio/trommler')
-rw-r--r-- | audio/trommler/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/trommler/Makefile b/audio/trommler/Makefile index 9986e370e5be..678ba28031b5 100644 --- a/audio/trommler/Makefile +++ b/audio/trommler/Makefile @@ -13,7 +13,7 @@ COMMENT= GTK+2 based drum machine LICENSE= GPLv2 -USES= gmake pkgconfig python:build shebangfix +USES= gmake pkgconfig python:2.7,build shebangfix SHEBANG_FILES= genexport.py USE_GNOME= gtk20 |