diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-02 22:32:48 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-02 22:32:48 +0000 |
commit | ddb097c515164665524ac44bdad0a760e6d7e9cc (patch) | |
tree | 189a0a82202d8273b3544d953ccfd229c1eb7faf /net/tcpwatch | |
parent | 2a1a40c8bffa56d60449805274bebe889eb98fc8 (diff) |
Notes
Diffstat (limited to 'net/tcpwatch')
-rw-r--r-- | net/tcpwatch/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/net/tcpwatch/Makefile b/net/tcpwatch/Makefile index 54ef66868911..f9b1c0959d13 100644 --- a/net/tcpwatch/Makefile +++ b/net/tcpwatch/Makefile @@ -1,20 +1,16 @@ -# New ports collection makefile for: tcpwatch -# Date created: 2004-05-11 -# Whom: ports@c0decafe.net -# +# Created by: ports@c0decafe.net # $FreeBSD$ -# PORTNAME= tcpwatch PORTVERSION= 1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net python MASTER_SITES= http://hathawaymix.org/Software/TCPWatch/ MAINTAINER= ports@FreeBSD.org COMMENT= TCP monitoring and logging tool with support for HTTP 1.1 -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/tcpwatch.py |