diff options
Diffstat (limited to 'net-im/pwytter/Makefile')
-rw-r--r-- | net-im/pwytter/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/pwytter/Makefile b/net-im/pwytter/Makefile index e43164af7d71..6a160305b3ed 100644 --- a/net-im/pwytter/Makefile +++ b/net-im/pwytter/Makefile @@ -13,9 +13,9 @@ COMMENT= Free multi-platform Twitter client written in Python LICENSE= GPLv2 -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \ - ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ - ${PYTHON_PKGNAMEPREFIX}simplejson>=1.7.1:${PORTSDIR}/devel/py-simplejson +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter \ + ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \ + ${PYTHON_PKGNAMEPREFIX}simplejson>=1.7.1:devel/py-simplejson RUN_DEPENDS:= ${BUILD_DEPENDS} |