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

Kurt Jaeger pi at FreeBSD.org
Sun May 21 14:14:55 UTC 2017


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


More information about the svn-ports-all mailing list