svn commit: r370482 - head/mail/anubis

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 8 20:55:56 UTC 2014


Author: bapt
Date: Wed Oct  8 20:55:55 2014
New Revision: 370482
URL: https://svnweb.freebsd.org/changeset/ports/370482
QAT: https://qat.redports.org/buildarchive/r370482/

Log:
  Convert to USES=pgsql

Modified:
  head/mail/anubis/Makefile

Modified: head/mail/anubis/Makefile
==============================================================================
--- head/mail/anubis/Makefile	Wed Oct  8 20:52:38 2014	(r370481)
+++ head/mail/anubis/Makefile	Wed Oct  8 20:55:55 2014	(r370482)
@@ -92,7 +92,7 @@ _REQUIRE+=	mysql
 .endif
 
 .if ${PORT_OPTIONS:MPGSQL}
-USE_PGSQL=	yes
+USES+=	pgsql
 CONFIGURE_ARGS+=--with-postgres
 _REQUIRE+=	postgresql
 .endif


More information about the svn-ports-head mailing list