Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Oct 2014 20:58:33 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370484 - head/mail/vexim
Message-ID:  <201410082058.s98KwXar007974@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410082058.s98KwXar007974>