diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-26 13:18:37 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-26 13:18:37 +0000 |
commit | 597852044918d9c09971e595ee47edc73227a67e (patch) | |
tree | 233d2eec286a66a5d264a40522392bfc1fc0cf2b /math/py-pyfst | |
parent | 63d3a7f73b681bb51a95e0664223d375afb2c451 (diff) | |
download | ports-597852044918d9c09971e595ee47edc73227a67e.tar.gz ports-597852044918d9c09971e595ee47edc73227a67e.zip |
Notes
Diffstat (limited to 'math/py-pyfst')
-rw-r--r-- | math/py-pyfst/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/py-pyfst/Makefile b/math/py-pyfst/Makefile index 77273a12078f..a99252129740 100644 --- a/math/py-pyfst/Makefile +++ b/math/py-pyfst/Makefile @@ -14,6 +14,8 @@ LICENSE= APACHE20 LIB_DEPENDS= libfst.so:${PORTSDIR}/math/openfst +BROKEN_FreeBSD_9= does not build + USES= compiler:c++11-lib python USE_PYTHON= distutils autoplist CPPFLAGS+= -I${LOCALBASE}/include |