Index: head/math/py-pyfst/Makefile =================================================================== --- head/math/py-pyfst/Makefile (revision 390632) +++ head/math/py-pyfst/Makefile (revision 390633) @@ -1,21 +1,23 @@ # Created by: Dmitry Sivachenko # $FreeBSD$ PORTNAME= pyfst PORTVERSION= 0.2.3 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= demon@FreeBSD.org COMMENT= Python interface for the OpenFST library 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 .include