Date: Sun, 28 Oct 2018 10:55:44 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483269 - head/print/lilypond Message-ID: <201810281055.w9SAtiis079075@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810281055.w9SAtiis079075>