Date: Sun, 30 Dec 2018 11:24:58 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488707 - head/net/ntopng Message-ID: <201812301124.wBUBOwc9010543@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812301124.wBUBOwc9010543>