diff options
author | John Marino <marino@FreeBSD.org> | 2016-01-18 00:08:44 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-01-18 00:08:44 +0000 |
commit | 2b7586353bcd1cb789b017087f6c9724da12a21f (patch) | |
tree | b68ec99fa74791a30993171537d259e05d14b9f6 /audio/solfege | |
parent | d5b97bf2ef9a8e53278740b7c29cb368efd462f5 (diff) |
Notes
Diffstat (limited to 'audio/solfege')
-rw-r--r-- | audio/solfege/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index 683c4ed76e05..3979dfd20c00 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -4,7 +4,7 @@ PORTNAME= solfege PORTVERSION= 3.22.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} PKGNAMESUFFIX= -nosound @@ -18,8 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= docbook-xsl>0:${PORTSDIR}/textproc/docbook-xsl \ txt2man:${PORTSDIR}/textproc/txt2man -USES= display gettext gmake makeinfo pathfix pkgconfig python \ - shebangfix +USES= gettext gmake makeinfo pathfix pkgconfig python shebangfix SHEBANG_FILES= exercises/standard/lesson-files/bin/csound-play-harmonic-interval.sh USE_GNOME= pygtk2 GNU_CONFIGURE= yes |