Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Apr 2015 07:26:32 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384266 - head/math/py-pyfst
Message-ID:  <201504190726.t3J7QWTX080179@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: demon
Date: Sun Apr 19 07:26:31 2015
New Revision: 384266
URL: https://svnweb.freebsd.org/changeset/ports/384266

Log:
  Same compiler requirements as for openfst.

Modified:
  head/math/py-pyfst/Makefile

Modified: head/math/py-pyfst/Makefile
==============================================================================
--- head/math/py-pyfst/Makefile	Sun Apr 19 07:14:16 2015	(r384265)
+++ head/math/py-pyfst/Makefile	Sun Apr 19 07:26:31 2015	(r384266)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504190726.t3J7QWTX080179>