diff options
author | antoine <antoine@FreeBSD.org> | 2018-07-13 18:00:59 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-07-13 18:00:59 +0800 |
commit | bc1414b9eefc68b8f89d125c30673bbcd7ace71d (patch) | |
tree | cabd06ae3be5bb09393841212d5fa0eef6ff66af | |
parent | 2b7fed8252a39ab3e1c89445b184c6addd7c0e85 (diff) | |
download | freebsd-ports-gnome-bc1414b9eefc68b8f89d125c30673bbcd7ace71d.tar.gz freebsd-ports-gnome-bc1414b9eefc68b8f89d125c30673bbcd7ace71d.tar.zst freebsd-ports-gnome-bc1414b9eefc68b8f89d125c30673bbcd7ace71d.zip |
seexpr is not compatible with python3
-rw-r--r-- | graphics/seexpr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/seexpr/Makefile b/graphics/seexpr/Makefile index 67ef4da9b8a0..b14cf27136ef 100644 --- a/graphics/seexpr/Makefile +++ b/graphics/seexpr/Makefile @@ -16,7 +16,7 @@ USE_GITHUB= yes GH_ACCOUNT= wdas GH_PROJECT= SeExpr -USES= bison cmake compiler:c++0x pyqt:4 python qt:4 +USES= bison cmake compiler:c++0x pyqt:4 python:2.7 qt:4 USE_PYQT= gui_build sip_build USE_QT= moc_build qmake_build rcc_build uic_build gui opengl BINARY_ALIAS= sip=sip-${PYTHON_VER} |