Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 May 2017 14:14:53 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441396 - head/net-mgmt/pmacct
Message-ID:  <201705211414.v4LEErSJ043280@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun May 21 14:14:53 2017
New Revision: 441396
URL: https://svnweb.freebsd.org/changeset/ports/441396

Log:
  net-mgmt/pmacct: Fix build with SQLITE3 enabled
  
  PR:		219365
  Submitted by:	jeremy@smart-serv.net

Modified:
  head/net-mgmt/pmacct/Makefile

Modified: head/net-mgmt/pmacct/Makefile
==============================================================================
--- head/net-mgmt/pmacct/Makefile	Sun May 21 13:21:04 2017	(r441395)
+++ head/net-mgmt/pmacct/Makefile	Sun May 21 14:14:53 2017	(r441396)
@@ -65,7 +65,7 @@ PLIST_SUB+=	WITH_PGSQL="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MSQLITE3}
-USES+=		sqlite
+USES+=		pkgconfig sqlite
 CONFIGURE_ARGS+=--enable-sqlite3 \
 		--with-sqlite3-includes=${LOCALBASE}/include
 PLIST_SUB+=	WITH_SQLITE3=""



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705211414.v4LEErSJ043280>