svn commit: r406540 - head/audio/solfege

John Marino marino at FreeBSD.org
Mon Jan 18 00:08:46 UTC 2016


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


More information about the svn-ports-head mailing list