aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2018-07-13 18:00:59 +0800
committerantoine <antoine@FreeBSD.org>2018-07-13 18:00:59 +0800
commitbc1414b9eefc68b8f89d125c30673bbcd7ace71d (patch)
treecabd06ae3be5bb09393841212d5fa0eef6ff66af
parent2b7fed8252a39ab3e1c89445b184c6addd7c0e85 (diff)
downloadfreebsd-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/Makefile2
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}