Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2016 18:26:52 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405736 - head/lang/php56
Message-ID:  <201601101826.u0AIQq6A009456@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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