diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2021-03-04 05:20:15 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2021-03-04 05:20:15 +0000 |
commit | 1809fda1fc1860ac6f7b737446a19ea914ec1a06 (patch) | |
tree | cd1fcf561eef00d012f3b15282ecefa38bef443c /databases | |
parent | 0981f5668cf12cb6c1f8cab4438156d1993bf4fc (diff) | |
download | ports-1809fda1fc1860ac6f7b737446a19ea914ec1a06.tar.gz ports-1809fda1fc1860ac6f7b737446a19ea914ec1a06.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/grass7/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/grass7/Makefile b/databases/grass7/Makefile index f0c916868c30..424f306c5b0c 100644 --- a/databases/grass7/Makefile +++ b/databases/grass7/Makefile @@ -26,6 +26,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/GPL.TXT BROKEN_sparc64= Does not configure on sparc64 +BROKEN_i386= Does not configure on i386: Could not determine External PROJ major version BUILD_DEPENDS= ${PY_NUMPY} \ ${PYTHON_SITELIBDIR}/six.py:devel/py-six@${PY_FLAVOR} |