svn commit: r411871 - head/databases/php5-pdo_cassandra

Mathieu Arnold mat at FreeBSD.org
Fri Mar 25 17:29:42 UTC 2016


Author: mat
Date: Fri Mar 25 17:29:40 2016
New Revision: 411871
URL: https://svnweb.freebsd.org/changeset/ports/411871

Log:
  Fix build on 9
  
  Sponsored by:	Absolight

Modified:
  head/databases/php5-pdo_cassandra/Makefile   (contents, props changed)

Modified: head/databases/php5-pdo_cassandra/Makefile
==============================================================================
--- head/databases/php5-pdo_cassandra/Makefile	Fri Mar 25 17:21:37 2016	(r411870)
+++ head/databases/php5-pdo_cassandra/Makefile	Fri Mar 25 17:29:40 2016	(r411871)
@@ -19,7 +19,7 @@ GH_ACCOUNT=	mkoppanen
 GH_PROJECT=	php-${PORTNAME}
 GH_TAGNAME=	7debd5b
 
-USES=		compiler:c++11-lang pkgconfig
+USES=		compiler:c++11-lib pkgconfig
 USE_CXXSTD=	c++11
 USE_PHP_BUILD=	yes
 USE_PHP=	pdo


More information about the svn-ports-all mailing list