diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-14 06:49:45 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-14 06:49:45 +0000 |
commit | cb90f21ce741b4936115cb9936f0571078cabc64 (patch) | |
tree | 55cf2398012a30e6f9a6759158b6f3b4254f9c97 /databases/py-sqlrelay | |
parent | 3656c1ca01b383c51a3c8a75a1bc20688d6f5de9 (diff) |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=426088
Diffstat (limited to 'databases/py-sqlrelay')
-rw-r--r-- | databases/py-sqlrelay/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/py-sqlrelay/Makefile b/databases/py-sqlrelay/Makefile index 5c92c5fd1689..198fc0f950ce 100644 --- a/databases/py-sqlrelay/Makefile +++ b/databases/py-sqlrelay/Makefile @@ -25,6 +25,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= ${SQLRELAY_CONFIGURE_ARGS} \ --with-python-prefix="${LOCALBASE}" +BROKEN_aarch64= Fails to configure: machine aarch64-portbld not recognized + .include "${.CURDIR}/../sqlrelay/Makefile.common" do-extract: |