aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-05-05 18:20:27 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-05-05 18:20:27 +0000
commitada1f9e6a4901386637f2127640c9126b3eaa0bd (patch)
tree82108fac5d299c207767984d389cc13455ebd684
parent348acda125ee227962a6c71c4d69193ade1e59cd (diff)
downloadports-ada1f9e6a4901386637f2127640c9126b3eaa0bd.tar.gz
ports-ada1f9e6a4901386637f2127640c9126b3eaa0bd.zip
www/fusionpbx: enable on all architectures
There's no reason why a PHP application should only run on amd64.
-rw-r--r--www/fusionpbx/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/www/fusionpbx/Makefile b/www/fusionpbx/Makefile
index d50eea4a43f3..fbb68e7aa349 100644
--- a/www/fusionpbx/Makefile
+++ b/www/fusionpbx/Makefile
@@ -9,8 +9,6 @@ COMMENT= Web/PHP Interface for FreeSwitch
LICENSE= MPL11
-ONLY_FOR_ARCHS= amd64
-
LIB_DEPENDS= libodbc.so:databases/unixODBC
RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/pdo_odbc.so:databases/php${PHP_VER}-pdo_odbc \
${LOCALBASE}/bin/freeswitch:net/freeswitch \