diff options
author | tijl <tijl@FreeBSD.org> | 2018-06-14 20:47:58 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2018-06-14 20:47:58 +0800 |
commit | 118df57fa4a8439a5b0ddd13a6c2d843bdb5f853 (patch) | |
tree | 887d2ee07449ef7ef155da1e40fc852d2d19c539 /net | |
parent | 37fc2f23670f59cd2f0e4c67e6d99449e0a5a9f2 (diff) | |
download | freebsd-ports-gnome-118df57fa4a8439a5b0ddd13a6c2d843bdb5f853.tar.gz freebsd-ports-gnome-118df57fa4a8439a5b0ddd13a6c2d843bdb5f853.tar.zst freebsd-ports-gnome-118df57fa4a8439a5b0ddd13a6c2d843bdb5f853.zip |
Update automake to 1.16.1. Also remove automake-wrapper. We haven't had
multiple versions of automake in years and probably won't in the future.
PR: 228809
Exp-run by: antoine
Approved by: portmgr (antoine)
Diffstat (limited to 'net')
-rw-r--r-- | net/ntop/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 06e9b3e18054..8c950129508a 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -13,6 +13,8 @@ COMMENT= Network monitoring tool with command line and web interfaces LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= Makefiles use hacks that don't work with recent automake. Try net/ntopng + LIB_DEPENDS= libgdbm.so:databases/gdbm \ libevent.so:devel/libevent BUILD_DEPENDS= rrdtool12>=1.2:databases/rrdtool12 \ |