Date: Wed, 8 Oct 2014 20:55:56 +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: r370482 - head/mail/anubis Message-ID: <201410082055.s98Ktute007467@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410082055.s98Ktute007467>