diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-01-10 16:47:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-01-10 16:47:31 +0000 |
commit | b48e96822e2e62dc4e55d3c7680ea952dc34c9bb (patch) | |
tree | 0171a301778d64ef96589f5e1e6843c60ea119c6 /lang/php5 | |
parent | Finish conversion to USES=firebird (diff) |
Finish conversion to USES=sqlite
Notes
Notes:
svn path=/head/; revision=405723
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index ee357b43ba8f..9e9692299852 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -366,7 +366,7 @@ CONFIGURE_ARGS+=--enable-sockets .endif .if ${PHP_MODNAME} == "sqlite3" -USE_SQLITE= yes +USES+= sqlite CONFIGURE_ARGS+=--with-sqlite3=${LOCALBASE} .endif |