svn commit: r302844 - head/www/fusionpbx

Jason Helfman jgh at FreeBSD.org
Tue Aug 21 05:36:48 UTC 2012


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 at gmail.com
  Approved by:	maintainer, r.neese at 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=""



More information about the svn-ports-all mailing list