Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Oct 2015 18:03:48 +0200
From:      Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
To:        freebsd-ports@freebsd.org
Subject:   Re: llvm37 python3 problem
Message-ID:  <561693E4.6000105@utanet.at>
In-Reply-To: <76687e803e29e0eead142826805f7376@mail.unix-experience.fr>
References:  <76687e803e29e0eead142826805f7376@mail.unix-experience.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
I think this should work:
in /etc/make.conf:
either
DEFAULT_VERSIONS=python=2.7 python2=2.7 python3=3.4
or
.if ${.CURDIR:M*/ports/devel/llvm*}
USE_PYTHON=2.7
.endif

should work.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?561693E4.6000105>