svn commit: r488707 - head/net/ntopng

Guido Falsi madpilot at FreeBSD.org
Sun Dec 30 11:24:58 UTC 2018


Author: madpilot
Date: Sun Dec 30 11:24:57 2018
New Revision: 488707
URL: https://svnweb.freebsd.org/changeset/ports/488707

Log:
  USES=compiler:c++11-lang is necessary to build on GCC architectures.
  
  PR:		234414
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/net/ntopng/Makefile

Modified: head/net/ntopng/Makefile
==============================================================================
--- head/net/ntopng/Makefile	Sun Dec 30 11:18:31 2018	(r488706)
+++ head/net/ntopng/Makefile	Sun Dec 30 11:24:57 2018	(r488707)
@@ -22,8 +22,8 @@ LIB_DEPENDS=	librrd.so:databases/rrdtool \
 		libmaxminddb.so:net/libmaxminddb
 BUILD_DEPENDS=  bash:shells/bash
 
-USES=		autoreconf cpe gmake libtool localbase mysql pathfix pkgconfig \
-		shebangfix sqlite ssl
+USES=		autoreconf compiler:c++11-lang cpe gmake libtool localbase \
+		mysql pathfix pkgconfig shebangfix sqlite ssl
 
 SUB_FILES=	ntopng-geoipupdate.sh pkg-deinstall
 SHEBANG_FILES=	httpdocs/misc/ntopng-add-user.sh \


More information about the svn-ports-all mailing list