Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Oct 2015 04:11:34 +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: r398802 - head/graphics/graphviz
Message-ID:  <201510080411.t984BY8Z092575@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Thu Oct  8 04:11:34 2015
New Revision: 398802
URL: https://svnweb.freebsd.org/changeset/ports/398802

Log:
  - cleanup

Modified:
  head/graphics/graphviz/Makefile

Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile	Thu Oct  8 04:08:51 2015	(r398801)
+++ head/graphics/graphviz/Makefile	Thu Oct  8 04:11:34 2015	(r398802)
@@ -71,7 +71,7 @@ MING_DESC=	ming plugin
 DEVIL_DESC=	devil plugin
 GHOSTSCRIPT_DESC=ghostscript plugin (requires PANGOCAIRO)
 PERL_DESC=	Perl bindings (swig)
-PHP_DESC=	PHP bindings (swig) 
+PHP_DESC=	PHP bindings (swig)
 PYTHON_DESC=	Python bindings (swig)
 RUBY_DESC=	Ruby bindings (swig)
 LUA_DESC=	Lua bindings (swig)
@@ -97,7 +97,7 @@ PYTHON_USES=	python:2.7,build
 RUBY_USE=	RUBY=yes
 LUA_USES=	lua
 TCL_USES=	tcl:build
-TK_USES= 	tk:build
+TK_USES=	tk:build
 POPPLER_LIB_DEPENDS=	libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib
 ANN_LIB_DEPENDS=	libann.so:${PORTSDIR}/math/ann
 GTS_LIB_DEPENDS=	libgts.so:${PORTSDIR}/graphics/gts
@@ -261,7 +261,6 @@ SHEBANG_FILES+=	tclpkg/gv/demo/modgraph.
 SHEBANG_FILES+=	tclpkg/gv/demo/modgraph.tcl
 .endif
 
-
 post-patch:
 	${FIND} ${WRKSRC} -name Makefile.in | \
 		${XARGS} ${REINPLACE_CMD} \



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