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 /devel/pylint | |
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 'devel/pylint')
-rw-r--r-- | devel/pylint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pylint/Makefile b/devel/pylint/Makefile index 72cc59584ba2..9ac3acea62da 100644 --- a/devel/pylint/Makefile +++ b/devel/pylint/Makefile @@ -3,6 +3,7 @@ PORTNAME= pylint PORTVERSION= 0.26.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= LOGILAB PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} @@ -27,7 +28,7 @@ post-extract: ${RM} -fr ${WRKSRC}/test .if ${PORT_OPTIONS:MGUI} -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter .endif .include <bsd.port.mk> |