diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-10 20:48:45 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-10 20:48:45 +0000 |
commit | a021c1b8c05d90d44a7f031d0b5ee85c32d0b9ea (patch) | |
tree | 0bfafd8b940b1068dff867abd0a486ec4d7ee5c6 /audio/solfege | |
parent | f4b5a9883bcd59b1a495cb8f7c3a7c70e75bc6d9 (diff) |
Notes
Diffstat (limited to 'audio/solfege')
-rw-r--r-- | audio/solfege/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index a8580673d043..eef199a8986a 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= docbook-xsl>0:textproc/docbook-xsl \ txt2man:textproc/txt2man -USES= gettext gmake makeinfo pathfix pkgconfig python shebangfix +USES= gettext gmake makeinfo pathfix pkgconfig python:2.7 shebangfix SHEBANG_FILES= exercises/standard/lesson-files/bin/csound-play-harmonic-interval.sh USE_GNOME= pygtk2 GNU_CONFIGURE= yes |