aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/octave-forge-audio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-audio/Makefile b/math/octave-forge-audio/Makefile
index f25e329bc98d..a75f370906f1 100644
--- a/math/octave-forge-audio/Makefile
+++ b/math/octave-forge-audio/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/../COPYING
LIB_DEPENDS+= librtmidi.so:audio/rtmidi
-USES= pkgconfig
+USES= compiler:c++11-lang pkgconfig
# OCTSRC is the name of the directory of the package.
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.