diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2018-04-08 10:50:18 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2018-04-08 10:50:18 +0000 |
commit | d77a57252afcda8d71b4b8ed71ecb179e0d2abd8 (patch) | |
tree | cf3b43edc99c3862f817f76200d41ece17a22797 | |
parent | f4f639f030afffcb80cd6073233661054cba508e (diff) | |
download | ports-d77a57252afcda8d71b4b8ed71ecb179e0d2abd8.tar.gz ports-d77a57252afcda8d71b4b8ed71ecb179e0d2abd8.zip |
databases category: Convert to USES=php
Approved by: infrastructure modernization blanket
Notes
Notes:
svn path=/head/; revision=466790
-rw-r--r-- | databases/pear-DoctrineDBAL/Makefile | 3 | ||||
-rw-r--r-- | databases/sqlbuddy/Makefile | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/databases/pear-DoctrineDBAL/Makefile b/databases/pear-DoctrineDBAL/Makefile index cad8d44db855..e36c85737f13 100644 --- a/databases/pear-DoctrineDBAL/Makefile +++ b/databases/pear-DoctrineDBAL/Makefile @@ -23,11 +23,10 @@ ODBC_DESC= Install PHP DBO driver for ODBC PGSQL_DESC= Install PHP DBO driver for PostgreSQL SQLITE_DESC= Install PHP DBO driver for SQLite -USES= pear +USES= pear php:cli PEAR_CHANNEL= doctrine USE_PHP= pdo -WANT_PHP_CLI= yes DBLIB_RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/pdo_dblib.so:databases/php${PHP_VER}-pdo_dblib MYSQL_USE= PHP=pdo_mysql diff --git a/databases/sqlbuddy/Makefile b/databases/sqlbuddy/Makefile index b8dfd0eb3356..a8b500d63673 100644 --- a/databases/sqlbuddy/Makefile +++ b/databases/sqlbuddy/Makefile @@ -19,7 +19,7 @@ GH_TAGNAME= b2cdc2b NO_BUILD= yes USE_PHP= ctype pcre session mysql -WANT_PHP_WEB= yes +USES= php:web PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" SUB_FILES= pkg-message |