diff options
author | Mahdi Mokhtari <mmokhi@FreeBSD.org> | 2018-01-18 12:25:10 +0000 |
---|---|---|
committer | Mahdi Mokhtari <mmokhi@FreeBSD.org> | 2018-01-18 12:25:10 +0000 |
commit | 043e4b4b03ae5de64e5fec82027944c0cf2c3e12 (patch) | |
tree | d794fd675ead28d16a5bb1810b77ef735d58b3b1 /net-mgmt/netdata/Makefile | |
parent | 42c1216a4eb99942285763811950600a7db19197 (diff) | |
download | ports-043e4b4b03ae5de64e5fec82027944c0cf2c3e12.tar.gz ports-043e4b4b03ae5de64e5fec82027944c0cf2c3e12.zip |
Notes
Diffstat (limited to 'net-mgmt/netdata/Makefile')
-rw-r--r-- | net-mgmt/netdata/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-mgmt/netdata/Makefile b/net-mgmt/netdata/Makefile index 064f7fc88c2c..380c651c524c 100644 --- a/net-mgmt/netdata/Makefile +++ b/net-mgmt/netdata/Makefile @@ -4,6 +4,7 @@ PORTNAME= netdata PORTVERSION= 1.9.0 DISTVERSIONPREFIX=v +PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= mmokhi@FreeBSD.org @@ -13,6 +14,8 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/include/uuid/uuid.h:misc/e2fsprogs-libuuid LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid +RUN_DEPENDS= bash:shells/bash \ + curl:ftp/curl USES= autoreconf pathfix pkgconfig:both python shebangfix |