svn commit: r426377 - head/graphics/graphviz

Dirk Meyer dinoex at FreeBSD.org
Sat Nov 19 14:52:54 UTC 2016


Author: dinoex
Date: Sat Nov 19 14:52:52 2016
New Revision: 426377
URL: https://svnweb.freebsd.org/changeset/ports/426377

Log:
  - enable sparc64

Modified:
  head/graphics/graphviz/Makefile

Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile	Sat Nov 19 14:35:21 2016	(r426376)
+++ head/graphics/graphviz/Makefile	Sat Nov 19 14:52:52 2016	(r426377)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libltdl.so:devel/libltdl \
 		libexpat.so:textproc/expat2 \
 		libgd.so:${GD_PORT}
 
-ONLY_FOR_ARCHS=	aarch64 amd64 i386
+ONLY_FOR_ARCHS=	aarch64 amd64 i386 sparc64
 
 USES=		bison cpe gmake jpeg libtool:keepla pkgconfig pathfix shebangfix
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list