diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-10-08 19:33:57 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-10-08 19:33:57 +0000 |
commit | 33e49f790697ece35beb1d4fa07ed0004d037d85 (patch) | |
tree | b03be037d1023cd13d5f267a426fdfa351fcc868 /net-mgmt | |
parent | 598ccc62cdd9a412954a18e850c51d10981b432c (diff) | |
download | ports-33e49f790697ece35beb1d4fa07ed0004d037d85.tar.gz ports-33e49f790697ece35beb1d4fa07ed0004d037d85.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nettop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/nettop/Makefile b/net-mgmt/nettop/Makefile index 12bc32763b9a..8a40388e990e 100644 --- a/net-mgmt/nettop/Makefile +++ b/net-mgmt/nettop/Makefile @@ -7,13 +7,14 @@ PORTNAME= nettop PORTVERSION= 0.2.3 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://srparish.net/scripts/ MAINTAINER= leeym@FreeBSD.org COMMENT= A program which looks like top, but is for network packets -LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang +LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-slang-libraries=${LOCALBASE}/lib \ |