diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-11 16:42:51 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-11 16:42:51 +0800 |
commit | 3a19e34bedf964d668c9a3d4b47d960d9c86ec9c (patch) | |
tree | f1aa47aca8761e0f1762f2372a30c61e82bf594a /cad/sp2sp | |
parent | 3ab63204004c8596e33e3dae8c33007ceea21708 (diff) | |
download | freebsd-ports-gnome-3a19e34bedf964d668c9a3d4b47d960d9c86ec9c.tar.gz freebsd-ports-gnome-3a19e34bedf964d668c9a3d4b47d960d9c86ec9c.tar.zst freebsd-ports-gnome-3a19e34bedf964d668c9a3d4b47d960d9c86ec9c.zip |
Mark various cad ports broken on aarch64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'cad/sp2sp')
-rw-r--r-- | cad/sp2sp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cad/sp2sp/Makefile b/cad/sp2sp/Makefile index 53065419a55e..507b7076537b 100644 --- a/cad/sp2sp/Makefile +++ b/cad/sp2sp/Makefile @@ -14,6 +14,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 +BROKEN_aarch64= Fails to configure: PKG_PROG_PKG_CONFIG: not found + USES= autoreconf gettext-runtime pkgconfig USE_GNOME= gtk20 pango atk cairo gdkpixbuf2 glib20 GNU_CONFIGURE= yes |