Date: Sun, 6 Nov 2016 15:50:26 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425500 - head/graphics/graphviz Message-ID: <201611061550.uA6FoQZp022681@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Sun Nov 6 15:50:26 2016 New Revision: 425500 URL: https://svnweb.freebsd.org/changeset/ports/425500 Log: - disable build on arm PR: 213864 Modified: head/graphics/graphviz/Makefile Modified: head/graphics/graphviz/Makefile ============================================================================== --- head/graphics/graphviz/Makefile Sun Nov 6 15:39:54 2016 (r425499) +++ head/graphics/graphviz/Makefile Sun Nov 6 15:50:26 2016 (r425500) @@ -17,6 +17,8 @@ LIB_DEPENDS= libltdl.so:devel/libltdl \ libexpat.so:textproc/expat2 \ libgd.so:${GD_PORT} +NOT_FOR_ARCHS= arm + USES= bison cpe gmake jpeg libtool:keepla pkgconfig pathfix shebangfix GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611061550.uA6FoQZp022681>