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/forg | |
parent | 2a1a40c8bffa56d60449805274bebe889eb98fc8 (diff) | |
download | ports-ddb097c515164665524ac44bdad0a760e6d7e9cc.tar.gz ports-ddb097c515164665524ac44bdad0a760e6d7e9cc.zip |
Notes
Diffstat (limited to 'net/forg')
-rw-r--r-- | net/forg/Makefile | 11 |
1 files changed, 3 insertions, 8 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 |