aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2018-12-30 19:24:57 +0800
committerGuido Falsi <madpilot@FreeBSD.org>2018-12-30 19:24:57 +0800
commit2e74e68f03c0e6e3db66626c12af46a7b88a5512 (patch)
tree9d78d9e51364a7635d3538872308b13db4958ae6 /net
parent49e7dce319e9f1c65033cc8de6e9288dc3b8ced2 (diff)
downloadfreebsd-ports-gnome-2e74e68f03c0e6e3db66626c12af46a7b88a5512.tar.gz
freebsd-ports-gnome-2e74e68f03c0e6e3db66626c12af46a7b88a5512.tar.zst
freebsd-ports-gnome-2e74e68f03c0e6e3db66626c12af46a7b88a5512.zip
USES=compiler:c++11-lang is necessary to build on GCC architectures.
PR: 234414 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Diffstat (limited to 'net')
-rw-r--r--net/ntopng/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntopng/Makefile b/net/ntopng/Makefile
index 566af11cbf5f..c222f1e8c617 100644
--- a/net/ntopng/Makefile
+++ b/net/ntopng/Makefile
@@ -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 \