Date: Sat, 19 Nov 2016 14:52:53 +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: r426377 - head/graphics/graphviz Message-ID: <201611191452.uAJEqrNV009830@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611191452.uAJEqrNV009830>