svn commit: r384266 - head/math/py-pyfst

Dmitry Sivachenko demon at FreeBSD.org
Sun Apr 19 07:26:32 UTC 2015


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
 


More information about the svn-ports-all mailing list