svn commit: r405736 - head/lang/php56

Antoine Brodin antoine at FreeBSD.org
Sun Jan 10 18:26:54 UTC 2016


Author: antoine
Date: Sun Jan 10 18:26:52 2016
New Revision: 405736
URL: https://svnweb.freebsd.org/changeset/ports/405736

Log:
  Fix a typo

Modified:
  head/lang/php56/Makefile.ext

Modified: head/lang/php56/Makefile.ext
==============================================================================
--- head/lang/php56/Makefile.ext	Sun Jan 10 18:17:35 2016	(r405735)
+++ head/lang/php56/Makefile.ext	Sun Jan 10 18:26:52 2016	(r405736)
@@ -277,7 +277,7 @@ USE_PHP_BUILD=	yes
 .endif
 
 .if ${PHP_MODNAME} == "pdo_sqlite"
-USE+=		sqlite
+USES+=		sqlite
 CONFIGURE_ARGS+=--with-pdo-sqlite=${LOCALBASE}
 
 USE_PHP=	pdo


More information about the svn-ports-head mailing list