diff options
author | marino <marino@FreeBSD.org> | 2016-01-18 08:08:44 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-01-18 08:08:44 +0800 |
commit | 236618fd99838c2287225078475563805c93eed9 (patch) | |
tree | b68ec99fa74791a30993171537d259e05d14b9f6 | |
parent | 65ec45c540ca47a00b59543a29fe671fba290ca6 (diff) | |
download | freebsd-ports-gnome-236618fd99838c2287225078475563805c93eed9.tar.gz freebsd-ports-gnome-236618fd99838c2287225078475563805c93eed9.tar.zst freebsd-ports-gnome-236618fd99838c2287225078475563805c93eed9.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.
-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 |