diff options
author | linimon <linimon@FreeBSD.org> | 2018-12-22 09:25:02 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-12-22 09:25:02 +0800 |
commit | b997f630518e0ce10e2bff633c3f9532250810a8 (patch) | |
tree | 497e1ba58adc059dd37aba1af458cd171ccdfcc5 /audio | |
parent | 0e9f0711ad978868bcc2d72fb065782062a3bc48 (diff) | |
download | freebsd-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/Makefile | 3 |
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 \ |