diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2013-03-03 06:32:48 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2013-03-03 06:32:48 +0800 |
commit | 5421797ae6616faade53ae8d4f272d1f900b6fab (patch) | |
tree | 189a0a82202d8273b3544d953ccfd229c1eb7faf /net | |
parent | 224a7fe880cb070c2e8577c99a8e06dc806416ff (diff) | |
download | freebsd-ports-gnome-5421797ae6616faade53ae8d4f272d1f900b6fab.tar.gz freebsd-ports-gnome-5421797ae6616faade53ae8d4f272d1f900b6fab.tar.zst freebsd-ports-gnome-5421797ae6616faade53ae8d4f272d1f900b6fab.zip |
- Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation
Diffstat (limited to 'net')
-rw-r--r-- | net/forg/Makefile | 11 | ||||
-rw-r--r-- | net/tcpwatch/Makefile | 10 |
2 files changed, 6 insertions, 15 deletions
diff --git a/net/forg/Makefile b/net/forg/Makefile index e4c04d1499e2..05102f48db63 100644 --- a/net/forg/Makefile +++ b/net/forg/Makefile @@ -1,14 +1,9 @@ -# ex:ts=8 -# New ports collection makefile for: forg -# Date created: Sep 25, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= forg PORTVERSION= 0.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net python MASTER_SITES= http://gopher.quux.org:70/give-me-gopher/ # Old home website doesn't seem to work anymore (19/05/03) @@ -17,7 +12,7 @@ MASTER_SITES= http://gopher.quux.org:70/give-me-gopher/ MAINTAINER= ports@FreeBSD.org COMMENT= A Gopher client -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/py-Pmw USE_PYTHON= yes 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 |