diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 09:45:47 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 10:15:12 +0000 |
commit | 1ea21c0632333cc4a5078b4fd3660c79442f7ccc (patch) | |
tree | eba3c0900d9a47fff14d3a265a1916e77c0bc768 /www/fusionpbx | |
parent | c6c7159f6403f66f07de5b8dddda82d0166aca84 (diff) | |
download | ports-1ea21c0632333cc4a5078b4fd3660c79442f7ccc.tar.gz ports-1ea21c0632333cc4a5078b4fd3660c79442f7ccc.zip |
www/fusionpbx: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'www/fusionpbx')
-rw-r--r-- | www/fusionpbx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/fusionpbx/Makefile b/www/fusionpbx/Makefile index fbb68e7aa349..f15d5b4472a0 100644 --- a/www/fusionpbx/Makefile +++ b/www/fusionpbx/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/pdo_odbc.so:databases/php${PHP_VE ${LOCALBASE}/bin/freeswitch:net/freeswitch \ ${LOCALBASE}/bin/memcached:databases/memcached -USES= sqlite php fakeroot +USES= cpe sqlite php fakeroot USE_PHP= phar pdo pdo_odbc pdo_sqlite json gd imap \ ldap openssl sockets simplexml xml session odbc |