diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-09-02 07:16:05 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-09-02 07:16:05 +0000 |
commit | f9d985eff0976a40423de1c2ddf209ecbebcf836 (patch) | |
tree | 416c82486bcb40d30245b0af04cd2f8b29004be7 /net/forg/Makefile | |
parent | b7b942756dd38b3c66b7855e628d2442de5f1199 (diff) |
Notes
Diffstat (limited to 'net/forg/Makefile')
-rw-r--r-- | net/forg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/forg/Makefile b/net/forg/Makefile index 60a38a6fe991..9589f01ada2b 100644 --- a/net/forg/Makefile +++ b/net/forg/Makefile @@ -8,7 +8,7 @@ PORTNAME= forg PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTREVISION= 2 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) @@ -18,7 +18,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A Gopher client RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \ - ${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/pmw + ${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/py-Pmw NO_SIZE= yes USE_PYTHON= yes |