svn commit: r370484 - head/mail/vexim

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 8 20:58:33 UTC 2014


Author: bapt
Date: Wed Oct  8 20:58:32 2014
New Revision: 370484
URL: https://svnweb.freebsd.org/changeset/ports/370484
QAT: https://qat.redports.org/buildarchive/r370484/

Log:
  Convert to USES=pgsql

Modified:
  head/mail/vexim/Makefile

Modified: head/mail/vexim/Makefile
==============================================================================
--- head/mail/vexim/Makefile	Wed Oct  8 20:57:32 2014	(r370483)
+++ head/mail/vexim/Makefile	Wed Oct  8 20:58:32 2014	(r370484)
@@ -37,7 +37,7 @@ USE_PHP+=	mysql
 .endif
 
 .if ${PORT_OPTIONS:MPGSQL}
-USE_PGSQL=	yes
+USES+=		pgsql
 USE_PHP+=	pgsql
 .endif
 


More information about the svn-ports-all mailing list