aboutsummaryrefslogtreecommitdiff
path: root/audio/solfege
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-01-18 00:08:44 +0000
committerJohn Marino <marino@FreeBSD.org>2016-01-18 00:08:44 +0000
commit2b7586353bcd1cb789b017087f6c9724da12a21f (patch)
treeb68ec99fa74791a30993171537d259e05d14b9f6 /audio/solfege
parentd5b97bf2ef9a8e53278740b7c29cb368efd462f5 (diff)
downloadports-2b7586353bcd1cb789b017087f6c9724da12a21f.tar.gz
ports-2b7586353bcd1cb789b017087f6c9724da12a21f.zip
audio/solfege: USES-= display
I don't believe xvfb has been a build requirement for years. Solfege builds fine without USES=display, so let's remove it.
Notes
Notes: svn path=/head/; revision=406540
Diffstat (limited to 'audio/solfege')
-rw-r--r--audio/solfege/Makefile5
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