aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2018-12-22 09:25:02 +0800
committerlinimon <linimon@FreeBSD.org>2018-12-22 09:25:02 +0800
commitb997f630518e0ce10e2bff633c3f9532250810a8 (patch)
tree497e1ba58adc059dd37aba1af458cd171ccdfcc5 /audio
parent0e9f0711ad978868bcc2d72fb065782062a3bc48 (diff)
downloadfreebsd-ports-gnome-b997f630518e0ce10e2bff633c3f9532250810a8.tar.gz
freebsd-ports-gnome-b997f630518e0ce10e2bff633c3f9532250810a8.tar.zst
freebsd-ports-gnome-b997f630518e0ce10e2bff633c3f9532250810a8.zip
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)
Diffstat (limited to 'audio')
-rw-r--r--audio/denemo/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/denemo/Makefile b/audio/denemo/Makefile
index c8bfbb558192..5d4edcc0e448 100644
--- a/audio/denemo/Makefile
+++ b/audio/denemo/Makefile
@@ -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 \