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-im/pwytter | |
parent | 2a1a40c8bffa56d60449805274bebe889eb98fc8 (diff) | |
download | ports-ddb097c515164665524ac44bdad0a760e6d7e9cc.tar.gz ports-ddb097c515164665524ac44bdad0a760e6d7e9cc.zip |
Notes
Diffstat (limited to 'net-im/pwytter')
-rw-r--r-- | net-im/pwytter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/pwytter/Makefile b/net-im/pwytter/Makefile index 37874faab138..f8fdf819098c 100644 --- a/net-im/pwytter/Makefile +++ b/net-im/pwytter/Makefile @@ -3,7 +3,7 @@ PORTNAME= pwytter PORTVERSION= 0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im www python MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -13,7 +13,7 @@ COMMENT= Free multi-platform Twitter client written in Python LICENSE= GPLv2 -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging \ ${PYTHON_PKGNAMEPREFIX}simplejson>=1.7.1:${PORTSDIR}/devel/py-simplejson |