diff options
author | antoine <antoine@FreeBSD.org> | 2019-01-07 21:17:17 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2019-01-07 21:17:17 +0800 |
commit | 631d09b7b7581db8d581abb29a736cea344bca44 (patch) | |
tree | 2aaed9f28c8291af480a0c36ad7e50b19c6d64cb /math | |
parent | 2e8c955e657ad2320e2e4616d1c97064651cf026 (diff) | |
download | freebsd-ports-gnome-631d09b7b7581db8d581abb29a736cea344bca44.tar.gz freebsd-ports-gnome-631d09b7b7581db8d581abb29a736cea344bca44.tar.zst freebsd-ports-gnome-631d09b7b7581db8d581abb29a736cea344bca44.zip |
math/blitz++ is not compatible with python3
PR: 234633
Diffstat (limited to 'math')
-rw-r--r-- | math/blitz++/Makefile | 2 |
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 |