diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-11 21:48:32 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-11 21:48:32 +0000 |
commit | 577d26ee9ae125dabc5d934c3c870faf88b4d6d9 (patch) | |
tree | 437ea2ab71b53041f6f4c748512cf722da16ecc4 /x11-fm | |
parent | f011db018a23adcd987be665c35f40656cab9c7d (diff) | |
download | freebsd-ports-577d26ee9ae125dabc5d934c3c870faf88b4d6d9.zip |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/twander/Makefile | 6 |
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 |