summaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-12-11 21:48:32 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-12-11 21:48:32 +0000
commit577d26ee9ae125dabc5d934c3c870faf88b4d6d9 (patch)
tree437ea2ab71b53041f6f4c748512cf722da16ecc4 /x11-fm
parentemulators/rpcs3: update to 0.0.4.148 (diff)
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Notes
Notes: svn path=/head/; revision=456068
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/twander/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-fm/twander/Makefile b/x11-fm/twander/Makefile
index 0f8754339a73..fac991ec721c 100644
--- a/x11-fm/twander/Makefile
+++ b/x11-fm/twander/Makefile
@@ -10,10 +10,10 @@ MASTER_SITES= http://www.tundraware.com/Software/twander/
MAINTAINER= twander@tundraware.com
COMMENT= Better Filesystem Browser
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR}
-USES= python
+USES= python:2.7
NO_ARCH= yes
OPTIONS_DEFINE= DOCS