Date: Sat, 22 Dec 2018 01:25:02 +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: r488040 - head/audio/denemo Message-ID: <201812220125.wBM1P2Hk068409@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat Dec 22 01:25:02 2018 New Revision: 488040 URL: https://svnweb.freebsd.org/changeset/ports/488040 Log: This port needs USES=compiler:c++11-lang to build on GCC-based architectures. PR: 234185 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/audio/denemo/Makefile Modified: head/audio/denemo/Makefile ============================================================================== --- head/audio/denemo/Makefile Sat Dec 22 01:21:01 2018 (r488039) +++ head/audio/denemo/Makefile Sat Dec 22 01:25:02 2018 (r488040) @@ -30,7 +30,8 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils EXTRACT_BEFORE_ARGS=\ -s '!\(/Clarinet in B\).*\(\.denemo\)$$!\1b\2!p' -xf -USES= bison desktop-file-utils gettext gmake pkgconfig +USES= bison compiler:c++11-lang desktop-file-utils gettext gmake \ + pkgconfig USE_GNOME= intltool librsvg2 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-jack \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812220125.wBM1P2Hk068409>