svn commit: r520177 - head/mail/vpopmail

Tobias Kortkamp tobik at FreeBSD.org
Sun Dec 15 13:10:47 UTC 2019


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}


More information about the svn-ports-all mailing list