diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-12 05:48:32 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-12 05:48:32 +0800 |
commit | 86c0546df7691e89929dbaaefbee0b502c6bbb12 (patch) | |
tree | 437ea2ab71b53041f6f4c748512cf722da16ecc4 /x11-fm | |
parent | 534b574e70136bd97502b070638f5a767ca8c50b (diff) | |
download | freebsd-ports-gnome-86c0546df7691e89929dbaaefbee0b502c6bbb12.tar.gz freebsd-ports-gnome-86c0546df7691e89929dbaaefbee0b502c6bbb12.tar.zst freebsd-ports-gnome-86c0546df7691e89929dbaaefbee0b502c6bbb12.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 |