diff options
author | mva <mva@FreeBSD.org> | 2015-01-04 16:23:23 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2015-01-04 16:23:23 +0800 |
commit | 07973f5c11ad2f2f56723f1644cb3fc7999f2b7d (patch) | |
tree | 1cdae6561f79442fe9ad9ddb96f3f6a30fb515a4 /graphics | |
parent | d962f6d84c3fd275ea199f97c8e98b542952c84c (diff) | |
download | freebsd-ports-gnome-07973f5c11ad2f2f56723f1644cb3fc7999f2b7d.tar.gz freebsd-ports-gnome-07973f5c11ad2f2f56723f1644cb3fc7999f2b7d.tar.zst freebsd-ports-gnome-07973f5c11ad2f2f56723f1644cb3fc7999f2b7d.zip |
- Convert USE_PYTHON -> USES leftovers missed in the previous commits
Spotted by: antoine
With hat: python
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphviz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 829d386eb0a4..d0216797bf7f 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -94,7 +94,7 @@ GVEDIT_USE= qt4=qmake_build,moc_build,rcc_build,uic_build \ GHOSTSCRIPT_USE=GHOSTSCRIPT=yes PERL_USES= perl5 PHP_USE= PHP=yes PHP_BUILD=yes -PYTHON_USE= PYTHON_BUILD=2.7 +PYTHON_USES= python:2.7,build RUBY_USE= RUBY=yes LUA_USES= lua TCL_USES= tcl:build |