diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2015-04-19 15:26:31 +0800 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2015-04-19 15:26:31 +0800 |
commit | 5920102ea17b76481234335ae740a795ed72a7d7 (patch) | |
tree | b067a95a1c494e28a12c8b700745ee4886345445 /math | |
parent | d7f5dcdef1dfab45edc4d143f5162f954173c099 (diff) | |
download | freebsd-ports-gnome-5920102ea17b76481234335ae740a795ed72a7d7.tar.gz freebsd-ports-gnome-5920102ea17b76481234335ae740a795ed72a7d7.tar.zst freebsd-ports-gnome-5920102ea17b76481234335ae740a795ed72a7d7.zip |
Same compiler requirements as for openfst.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-pyfst/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-pyfst/Makefile b/math/py-pyfst/Makefile index 7cc825f6c366..77273a12078f 100644 --- a/math/py-pyfst/Makefile +++ b/math/py-pyfst/Makefile @@ -14,7 +14,7 @@ LICENSE= APACHE20 LIB_DEPENDS= libfst.so:${PORTSDIR}/math/openfst -USES= python +USES= compiler:c++11-lib python USE_PYTHON= distutils autoplist CPPFLAGS+= -I${LOCALBASE}/include |