diff options
author | mnag <mnag@FreeBSD.org> | 2005-11-17 06:20:35 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-11-17 06:20:35 +0800 |
commit | b8978adbe790849b89fc4f81bdb71bc15779138f (patch) | |
tree | d07164bc0cf395ed7bdab385114a128f699e337a /net/ifstat/Makefile | |
parent | 1b122a408595bba048b044c329a21c5e574a016e (diff) | |
download | freebsd-ports-gnome-b8978adbe790849b89fc4f81bdb71bc15779138f.tar.gz freebsd-ports-gnome-b8978adbe790849b89fc4f81bdb71bc15779138f.tar.zst freebsd-ports-gnome-b8978adbe790849b89fc4f81bdb71bc15779138f.zip |
Use OPTIONS
Add SHA256
PR: 89154
Submitted by: Pawel Wieleba <P.Wieleba@iem.pw.edu.pl>
Diffstat (limited to 'net/ifstat/Makefile')
-rw-r--r-- | net/ifstat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ifstat/Makefile b/net/ifstat/Makefile index ea8c1b83a04f..0769dc9a0ddb 100644 --- a/net/ifstat/Makefile +++ b/net/ifstat/Makefile @@ -18,6 +18,8 @@ COMMENT= Network interface statistics monitoring tool GNU_CONFIGURE= yes USE_OPENSSL= yes +OPTIONS= SNMP "SNMP support" off + MAN1= ifstat.1 PLIST_FILES= bin/ifstat |