Date: Mon, 18 Jan 2016 00:08:44 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406540 - head/audio/solfege Message-ID: <201601180008.u0I08i4T026184@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Mon Jan 18 00:08:44 2016 New Revision: 406540 URL: https://svnweb.freebsd.org/changeset/ports/406540 Log: 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. Modified: head/audio/solfege/Makefile Modified: head/audio/solfege/Makefile ============================================================================== --- head/audio/solfege/Makefile Mon Jan 18 00:00:56 2016 (r406539) +++ head/audio/solfege/Makefile Mon Jan 18 00:08:44 2016 (r406540) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601180008.u0I08i4T026184>