diff options
Diffstat (limited to '')
-rw-r--r-- | math/mpdecimal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/mpdecimal/Makefile b/math/mpdecimal/Makefile index 0e87c82384ea..8149011f6c2a 100644 --- a/math/mpdecimal/Makefile +++ b/math/mpdecimal/Makefile @@ -9,7 +9,7 @@ COMMENT= C/C++ arbitrary precision decimal floating point libraries LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= gmake +USES= compiler:c++11-lang gmake GNU_CONFIGURE= yes USE_LDCONFIG= yes |