diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2015-10-08 12:11:34 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2015-10-08 12:11:34 +0800 |
commit | c7a87e0e6cf6ecaf37ac409cf5307f8bcc3fb7a0 (patch) | |
tree | 3ad8a9a8a1e503a80d7292503c9ac62a2b65a212 /graphics | |
parent | bc79bff3458e3365dbbdc70bd403e08e77525daf (diff) | |
download | freebsd-ports-gnome-c7a87e0e6cf6ecaf37ac409cf5307f8bcc3fb7a0.tar.gz freebsd-ports-gnome-c7a87e0e6cf6ecaf37ac409cf5307f8bcc3fb7a0.tar.zst freebsd-ports-gnome-c7a87e0e6cf6ecaf37ac409cf5307f8bcc3fb7a0.zip |
- cleanup
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphviz/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index fe9264e199ed..199f41b59e47 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -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.lua SHEBANG_FILES+= tclpkg/gv/demo/modgraph.tcl .endif - post-patch: ${FIND} ${WRKSRC} -name Makefile.in | \ ${XARGS} ${REINPLACE_CMD} \ |