diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-03-15 00:02:15 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-03-15 00:02:15 +0000 |
commit | ab26a3a0faacac9d820b91a7bd62b6596c363cef (patch) | |
tree | 48ef161f8c51a8f30a020f5b27ba29351cf763cc /textproc | |
parent | 8e9576f6ee73c37a563f70128b2e5858b8b0d703 (diff) | |
download | ports-ab26a3a0faacac9d820b91a7bd62b6596c363cef.tar.gz ports-ab26a3a0faacac9d820b91a7bd62b6596c363cef.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libnumbertext/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libnumbertext/Makefile b/textproc/libnumbertext/Makefile index 7a82807da4a3..aaa9ee452091 100644 --- a/textproc/libnumbertext/Makefile +++ b/textproc/libnumbertext/Makefile @@ -11,7 +11,7 @@ COMMENT= Number to number name and money text conversion libraries LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake libtool tar:xz +USES= compiler:c++11-lang gmake libtool tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes |