Index: head/textproc/opengrm-ngram/Makefile =================================================================== --- head/textproc/opengrm-ngram/Makefile (revision 424549) +++ head/textproc/opengrm-ngram/Makefile (revision 424550) @@ -1,22 +1,22 @@ # Created by: Dmitry Sivachenko # $FreeBSD$ PORTNAME= opengrm-ngram PORTVERSION= 1.3.1 CATEGORIES= textproc MASTER_SITES= http://openfst.cs.nyu.edu/twiki/pub/GRM/NGramDownload/ MAINTAINER= demon@FreeBSD.org COMMENT= Library for making n-gram language models encoded as weighted FSTs LICENSE= APACHE20 LIB_DEPENDS= libfst.so:math/openfst -USES= compiler:c++11-lib libtool +BROKEN_FreeBSD_9= does not build + +USES= compiler:c++11-lib libtool localbase USE_LDCONFIG= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib .include