Date: Tue, 21 Aug 2012 05:36:48 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302844 - head/www/fusionpbx Message-ID: <201208210536.q7L5ameH069829@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Tue Aug 21 05:36:48 2012 New Revision: 302844 URL: http://svn.freebsd.org/changeset/ports/302844 Log: - fix PDOPGSQ, PDOMYSQL ports option PR: 170806 Submitted by: Artis.Caune@gmail.com Approved by: maintainer, r.neese@gmail.com Modified: head/www/fusionpbx/Makefile Modified: head/www/fusionpbx/Makefile ============================================================================== --- head/www/fusionpbx/Makefile Tue Aug 21 05:33:21 2012 (r302843) +++ head/www/fusionpbx/Makefile Tue Aug 21 05:36:48 2012 (r302844) @@ -45,13 +45,13 @@ PLIST_SUB+= ${opt}="@comment " .endif .endfor -.if ${PORT_OPTIONS:MPDOPGSQL) +.if ${PORT_OPTIONS:MPDOPGSQL} USE_PGSQL= yes USE_PHP+= pgsql pdo_pgsql PLIST_SUB+= WITH_PDOPGSQL="" .endif -.if ${PORT_OPTIONS:MPDOMYSQL) +.if ${PORT_OPTIONS:MPDOMYSQL} USE_MYSQL= client USE_PHP+= mysql pdo_mysql PLIST_SUB+= WITH_PDOMYSQL=""
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208210536.q7L5ameH069829>