Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2019 13:10:47 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520177 - head/mail/vpopmail
Message-ID:  <201912151310.xBFDAluM042210@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Dec 15 13:10:46 2019
New Revision: 520177
URL: https://svnweb.freebsd.org/changeset/ports/520177

Log:
  mail/vpopmail: Unbreak build with PGSQL=on

Modified:
  head/mail/vpopmail/Makefile

Modified: head/mail/vpopmail/Makefile
==============================================================================
--- head/mail/vpopmail/Makefile	Sun Dec 15 13:01:38 2019	(r520176)
+++ head/mail/vpopmail/Makefile	Sun Dec 15 13:10:46 2019	(r520177)
@@ -297,7 +297,7 @@ BROKEN=		The WITH_APOP option is deprecated; set WITH_
 .endif
 
 .if ${PORT_OPTIONS:MPGSQL}
-USES=	pgsql
+USES+=	pgsql
 .endif
 
 .if ${PORT_OPTIONS:MSQL_LOG_TRIM}



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