aboutsummaryrefslogtreecommitdiff
path: root/math/blitz++
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-01-07 13:17:17 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-01-07 13:17:17 +0000
commit3b8e9ada15952a6f3516b6c27a8f58cb8e76f1ce (patch)
tree2aaed9f28c8291af480a0c36ad7e50b19c6d64cb /math/blitz++
parente0033272bb2b34cc1877654c2d2f0258f7278d2a (diff)
downloadports-3b8e9ada15952a6f3516b6c27a8f58cb8e76f1ce.tar.gz
ports-3b8e9ada15952a6f3516b6c27a8f58cb8e76f1ce.zip
math/blitz++ is not compatible with python3
PR: 234633
Notes
Notes: svn path=/head/; revision=489574
Diffstat (limited to 'math/blitz++')
-rw-r--r--math/blitz++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/blitz++/Makefile b/math/blitz++/Makefile
index 89dfafe906e1..8757407f3b0b 100644
--- a/math/blitz++/Makefile
+++ b/math/blitz++/Makefile
@@ -15,7 +15,7 @@ BROKEN_FreeBSD_12= fails to compile: ../blitz/blitz.h:58:12: 'iostream.h' file n
BROKEN_FreeBSD_13= fails to compile: ../blitz/blitz.h:58:12: 'iostream.h' file not found
GNU_CONFIGURE= yes
-USES= gmake libtool pathfix python
+USES= gmake libtool pathfix python:2.7
USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-shared CXX_OPTIMIZE_FLAGS="${CFLAGS}"
MAKE_JOBS_UNSAFE= yes