svn commit: r425500 - head/graphics/graphviz

Dirk Meyer dinoex at FreeBSD.org
Sun Nov 6 15:50:27 UTC 2016


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


More information about the svn-ports-head mailing list