Created attachment 160340 [details] Enable concurrent in USE_PYTHON Hi, Would it be possible to add the concurrent flag to USE_PYTHON for graphics/py-gdal? While not tested extensively, I did not find any problem and it allowed me to begin porting stuff using gdal to python 3 while keeping the py27 version for day-to-day work. Trivial patch attached, thanks!
A commit references this bug: Author: sunpoet Date: Wed Sep 2 14:00:47 UTC 2015 New revision: 395843 URL: https://svnweb.freebsd.org/changeset/ports/395843 Log: - Allow concurrent installation (USE_PYTHON=concurrent) - Bump PORTREVISION for package change PR: 202647 Submitted by: Matthieu Volat <mazhe@alkumuna.eu> Changes: head/graphics/py-gdal/Makefile
Committed. Thanks!