svn commit: r389227 - head/net-mgmt/pmacct

Ryan Steinmetz zi at FreeBSD.org
Thu Jun 11 15:25:42 UTC 2015


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 at 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


More information about the svn-ports-head mailing list