diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-01-10 18:26:52 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-01-10 18:26:52 +0000 |
commit | b806da024777f432634e9f2334fcdebbe983449d (patch) | |
tree | 93c4615e36bbe6704a2534ec5b2905f9a6157ca3 | |
parent | - adopt new SQLITE USES (diff) |
Fix a typo
-rw-r--r-- | lang/php56/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php56/Makefile.ext b/lang/php56/Makefile.ext index 32389287478d..facbad361124 100644 --- a/lang/php56/Makefile.ext +++ b/lang/php56/Makefile.ext @@ -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 |