diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2018-12-30 19:24:57 +0800 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2018-12-30 19:24:57 +0800 |
commit | 2e74e68f03c0e6e3db66626c12af46a7b88a5512 (patch) | |
tree | 9d78d9e51364a7635d3538872308b13db4958ae6 | |
parent | 49e7dce319e9f1c65033cc8de6e9288dc3b8ced2 (diff) | |
download | freebsd-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>
-rw-r--r-- | net/ntopng/Makefile | 4 |
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 \ |