diff options
author | antoine <antoine@FreeBSD.org> | 2016-01-11 02:26:52 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-01-11 02:26:52 +0800 |
commit | 0532086c94442fae4c60ee16087f8ab01786642c (patch) | |
tree | 93c4615e36bbe6704a2534ec5b2905f9a6157ca3 /lang/php56 | |
parent | 79a369886ae908462784f69fd477b01867521841 (diff) | |
download | freebsd-ports-gnome-0532086c94442fae4c60ee16087f8ab01786642c.tar.gz freebsd-ports-gnome-0532086c94442fae4c60ee16087f8ab01786642c.tar.zst freebsd-ports-gnome-0532086c94442fae4c60ee16087f8ab01786642c.zip |
Fix a typo
Diffstat (limited to 'lang/php56')
-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 |