Date: Wed, 8 Oct 2014 20:57: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: r370483 - head/mail/vpopmail Message-ID: <201410082057.s98KvXGT007760@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Oct 8 20:57:32 2014 New Revision: 370483 URL: https://svnweb.freebsd.org/changeset/ports/370483 QAT: https://qat.redports.org/buildarchive/r370483/ Log: Convert to USES=pgsql Modified: head/mail/vpopmail/Makefile Modified: head/mail/vpopmail/Makefile ============================================================================== --- head/mail/vpopmail/Makefile Wed Oct 8 20:55:55 2014 (r370482) +++ head/mail/vpopmail/Makefile Wed Oct 8 20:57:32 2014 (r370483) @@ -292,7 +292,7 @@ BROKEN= The WITH_APOP option is depreca .endif .if ${PORT_OPTIONS:MPGSQL} -USE_PGSQL= yes +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?201410082057.s98KvXGT007760>