diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-01-10 16:46:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-01-10 16:46:22 +0000 |
commit | 8981ed5f2698cf33bace5861827e4fb11e80b550 (patch) | |
tree | a5769df15ea62e8ca513962ddb918038e613b857 /lang/php5 | |
parent | Convert categories m* and m* to USES=sqlite and USES=firebird (diff) |
Finish conversion to USES=firebird
Notes
Notes:
svn path=/head/; revision=405722
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 8c4e9635dd67..ee357b43ba8f 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -242,7 +242,7 @@ CONFIGURE_ARGS+=--with-pdo-firebird=${LOCALBASE} USE_PHP= pdo USE_PHP_BUILD= yes -USE_FIREBIRD= yes +USES+= firebird .endif .if ${PHP_MODNAME} == "pdo_mysql" |