diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-09-23 18:46:08 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-09-23 18:46:08 +0000 |
commit | 0cbcf8f44bee2eb8cac40719bcff689efab3c615 (patch) | |
tree | 9af81e188f67db4d7d0449ccee82b959642623c6 /www | |
parent | 7d62eb827223e4c8e44f9fc6809e46d8bccc7467 (diff) | |
download | ports-0cbcf8f44bee2eb8cac40719bcff689efab3c615.tar.gz ports-0cbcf8f44bee2eb8cac40719bcff689efab3c615.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/fusionpbx/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/fusionpbx/Makefile b/www/fusionpbx/Makefile index fd0f6fcf4efa..adba28b3cfc8 100644 --- a/www/fusionpbx/Makefile +++ b/www/fusionpbx/Makefile @@ -38,7 +38,7 @@ PDOMYSQL_DESC= Install MySQL PDO Connector .include <bsd.port.options.mk> .for opt in ${ALL_OPTIONS} -.if $(PORT_OPTIONS:M${opt}) +.if ${PORT_OPTIONS:M${opt}} PLIST_SUB+= ${opt}="" .else PLIST_SUB+= ${opt}="@comment " @@ -48,13 +48,11 @@ PLIST_SUB+= ${opt}="@comment " .if ${PORT_OPTIONS:MPDOPGSQL} USE_PGSQL= yes USE_PHP+= pgsql pdo_pgsql -PLIST_SUB+= WITH_PDOPGSQL="" .endif .if ${PORT_OPTIONS:MPDOMYSQL} USE_MYSQL= client USE_PHP+= mysql pdo_mysql -PLIST_SUB+= WITH_PDOMYSQL="" .endif do-install: |