diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-09-26 04:39:30 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-09-26 04:39:30 +0000 |
commit | 1d3c0606fe3e531d669a535258f3bece2c59acad (patch) | |
tree | ab90d983e9679fd6e7d55b9c256ea98e4cad9f8c /www | |
parent | 8a006ded2a16f2e47348448e22640055065eb179 (diff) | |
download | ports-1d3c0606fe3e531d669a535258f3bece2c59acad.tar.gz ports-1d3c0606fe3e531d669a535258f3bece2c59acad.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/fusionpbx/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/www/fusionpbx/Makefile b/www/fusionpbx/Makefile index adba28b3cfc8..2e2d0339d706 100644 --- a/www/fusionpbx/Makefile +++ b/www/fusionpbx/Makefile @@ -37,14 +37,6 @@ PDOMYSQL_DESC= Install MySQL PDO Connector .include <bsd.port.options.mk> -.for opt in ${ALL_OPTIONS} -.if ${PORT_OPTIONS:M${opt}} -PLIST_SUB+= ${opt}="" -.else -PLIST_SUB+= ${opt}="@comment " -.endif -.endfor - .if ${PORT_OPTIONS:MPDOPGSQL} USE_PGSQL= yes USE_PHP+= pgsql pdo_pgsql |