svn commit: r425575 - head/graphics/graphviz

Dirk Meyer dinoex at FreeBSD.org
Sun Nov 6 18:17:31 UTC 2016


Author: dinoex
Date: Sun Nov  6 18:17:30 2016
New Revision: 425575
URL: https://svnweb.freebsd.org/changeset/ports/425575

Log:
  - use ONLY_FOR_ARCHS
  PR:		213864

Modified:
  head/graphics/graphviz/Makefile

Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile	Sun Nov  6 18:06:43 2016	(r425574)
+++ head/graphics/graphviz/Makefile	Sun Nov  6 18:17:30 2016	(r425575)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libltdl.so:devel/libltdl \
 		libexpat.so:textproc/expat2 \
 		libgd.so:${GD_PORT}
 
-NOT_FOR_ARCHS=	arm
+ONLY_FOR_ARCHS=	amd64 i386
 
 USES=		bison cpe gmake jpeg libtool:keepla pkgconfig pathfix shebangfix
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list