svn commit: r483269 - head/print/lilypond

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 10:55:45 UTC 2018


Author: linimon
Date: Sun Oct 28 10:55:44 2018
New Revision: 483269
URL: https://svnweb.freebsd.org/changeset/ports/483269

Log:
  Fix build with GCC-based architectures.
  
  PR:		232098
  Submitted by:	Piotr Kubaj

Modified:
  head/print/lilypond/Makefile

Modified: head/print/lilypond/Makefile
==============================================================================
--- head/print/lilypond/Makefile	Sun Oct 28 10:53:38 2018	(r483268)
+++ head/print/lilypond/Makefile	Sun Oct 28 10:55:44 2018	(r483269)
@@ -33,8 +33,8 @@ LIB_DEPENDS=	libguile.so:lang/guile \
 RUN_DEPENDS=	mftrace:print/mftrace \
 		${LOCALBASE}/share/fonts/dejavu/DejaVuSans-Bold.ttf:x11-fonts/dejavu
 
-USES=		bison:build gettext ghostscript gmake pkgconfig perl5 \
-		python:2.7
+USES=		bison:build compiler:c++11-lang gettext ghostscript gmake \
+		gnome pkgconfig perl5 python:2.7
 USE_TEX=	latex
 USE_PERL5=	build
 USE_GNOME=	pango


More information about the svn-ports-all mailing list