Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Nov 2016 18:17:30 +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: r425575 - head/graphics/graphviz
Message-ID:  <201611061817.uA6IHU1m096063@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611061817.uA6IHU1m096063>