aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/tknetmon
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2008-12-01 04:55:25 +0800
committermm <mm@FreeBSD.org>2008-12-01 04:55:25 +0800
commitf2bffcf86ea1b6f6df899f59e84fb116802370bb (patch)
tree9947709787ffd0a6f341bbf7d1cab14ab5768ae3 /net-mgmt/tknetmon
parent8b6914067c9ed98badb0996527d0db65fb3942b0 (diff)
downloadfreebsd-ports-gnome-f2bffcf86ea1b6f6df899f59e84fb116802370bb.tar.gz
freebsd-ports-gnome-f2bffcf86ea1b6f6df899f59e84fb116802370bb.tar.zst
freebsd-ports-gnome-f2bffcf86ea1b6f6df899f59e84fb116802370bb.zip
- UNBREAK fix tktable dependency to 2.10
- bump PORTREVISION Reported by: pointyhat (pav)
Diffstat (limited to 'net-mgmt/tknetmon')
-rw-r--r--net-mgmt/tknetmon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/tknetmon/Makefile b/net-mgmt/tknetmon/Makefile
index 86c89155797e..158c739b3d83 100644
--- a/net-mgmt/tknetmon/Makefile
+++ b/net-mgmt/tknetmon/Makefile
@@ -7,7 +7,7 @@
PORTNAME= tknetmon
PORTVERSION= 2.0.7a
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-mgmt
MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \
http://vfom.narod.ru/download/
@@ -19,7 +19,7 @@ COMMENT= GUI for network monitoring tool "netmond" ( net-mgmt/netmond )
BUILD_DEPENDS= tclsh8.4:${PORTSDIR}/lang/tcl84
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
${LOCALBASE}/lib/libBLT24.so.3:${PORTSDIR}/x11-toolkits/blt \
- ${LOCALBASE}/lib/Tktable2.9/libTktable2.9.so:${PORTSDIR}/x11-toolkits/tktable \
+ ${LOCALBASE}/lib/Tktable2.10/libTktable2.10.so:${PORTSDIR}/x11-toolkits/tktable \
${LOCALBASE}/lib/tcl8.4/sql1.0/libTclMySQL.so.1:${PORTSDIR}/databases/tcl-Mysql \
${LOCALBASE}/lib/snack2.2/libsnack.so:${PORTSDIR}/audio/snack \
${LOCALBASE}/bin/snmpget:${PORTSDIR}/net-mgmt/net-snmp \