Date: Thu, 11 Jun 2015 15:25:42 +0000 (UTC) From: Ryan Steinmetz <zi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389227 - head/net-mgmt/pmacct Message-ID: <201506111525.t5BFPgA9028118@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zi Date: Thu Jun 11 15:25:41 2015 New Revision: 389227 URL: https://svnweb.freebsd.org/changeset/ports/389227 Log: - Add LIB_DEPENDS for postgres support - Do not bump PORTREVISION as this is a NOOP by default PR: 200786 Submitted by: Niels Kristensen <niels@kristensen.io> Modified: head/net-mgmt/pmacct/Makefile Modified: head/net-mgmt/pmacct/Makefile ============================================================================== --- head/net-mgmt/pmacct/Makefile Thu Jun 11 15:10:49 2015 (r389226) +++ head/net-mgmt/pmacct/Makefile Thu Jun 11 15:25:41 2015 (r389227) @@ -46,6 +46,7 @@ PLIST_SUB+= WITH_MYSQL="@comment " .if ${PORT_OPTIONS:MPGSQL} USES+= pgsql +LIB_DEPENDS+= lbpq.so.5:${PORTSDIR}/databases/postgresql-libpqxx CONFIGURE_ARGS+=--enable-pgsql PLIST_SUB+= WITH_PGSQL="" .else
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506111525.t5BFPgA9028118>