summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2015-01-04 08:23:23 +0000
committermva <mva@FreeBSD.org>2015-01-04 08:23:23 +0000
commit07973f5c11ad2f2f56723f1644cb3fc7999f2b7d (patch)
tree1cdae6561f79442fe9ad9ddb96f3f6a30fb515a4
parentd962f6d84c3fd275ea199f97c8e98b542952c84c (diff)
downloadFreeBSD-ports-07973f5c11ad2f2f56723f1644cb3fc7999f2b7d.zip
FreeBSD-ports-07973f5c11ad2f2f56723f1644cb3fc7999f2b7d.tar.gz
- Convert USE_PYTHON -> USES leftovers missed in the previous commits
Spotted by: antoine With hat: python
-rw-r--r--audio/streamtuner/Makefile3
-rw-r--r--biology/libsbml/Makefile2
-rw-r--r--databases/cassandra2/Makefile3
-rw-r--r--deskutils/recoll/Makefile2
-rw-r--r--devel/hachoir-core/Makefile2
-rw-r--r--devel/streamhtmlparser/Makefile2
-rw-r--r--graphics/graphviz/Makefile2
-rw-r--r--security/broccoli/Makefile2
-rw-r--r--security/openconnect/Makefile1
9 files changed, 9 insertions, 10 deletions
diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile
index 46f46d8..b0b33ec 100644
--- a/audio/streamtuner/Makefile
+++ b/audio/streamtuner/Makefile
@@ -34,7 +34,8 @@ OPTIONS_SUB= yes
SHOUTCAST_CONFIGURE_ENABLE= shoutcast
LIB365_CONFIGURE_ENABLE= libve365
XIPH_CONFIGURE_ENABLE= xiph
-PYTHON_USE= python=yes gnome=pygtk2
+PYTHON_USE= gnome=pygtk2
+PYTHON_USES= python
PYTHON_CONFIGURE_ENABLE= python
.include <bsd.port.options.mk>
diff --git a/biology/libsbml/Makefile b/biology/libsbml/Makefile
index c3d78e8..776d6a9 100644
--- a/biology/libsbml/Makefile
+++ b/biology/libsbml/Makefile
@@ -25,7 +25,7 @@ OPTIONS_DEFINE= EXAMPLES PYTHON RUBY
OPTIONS_SUB= yes
PYTHON_BUILD_DEPENDS= swig2.0:${PORTSDIR}/devel/swig20
-PYTHON_USE= python=yes
+PYTHON_USES= python
PYTHON_CMAKE_ON= -DWITH_PYTHON:BOOL=ON \
-DPYTHON_INCLUDE_DIR:STRING="${PYTHON_INCLUDEDIR}" \
-DPYTHON_LIBRARY:STRING="${PYTHONBASE}/lib/lib${PYTHON_VERSION}.so" \
diff --git a/databases/cassandra2/Makefile b/databases/cassandra2/Makefile
index 7c79f6a..23c11cc 100644
--- a/databases/cassandra2/Makefile
+++ b/databases/cassandra2/Makefile
@@ -49,13 +49,12 @@ SUB_FILES= repaircluster
RUN_DEPENDS+= ${JAVALIBDIR}/snappy-java.jar:${PORTSDIR}/archivers/snappy-java
MX4J_RUN_DEPENDS= ${JAVAJARDIR}/mx4j-tools.jar:${PORTSDIR}/java/mx4j
-CQL_USE= python=yes
+CQL_USES= python:2
PORTDOCS= javadoc *.txt
.if ${PORT_OPTIONS:MCQL}
SCRIPTS+= cqlsh
-USES= python:2
.endif
post-extract:
diff --git a/deskutils/recoll/Makefile b/deskutils/recoll/Makefile
index addd7c5..b7cc777 100644
--- a/deskutils/recoll/Makefile
+++ b/deskutils/recoll/Makefile
@@ -49,7 +49,7 @@ LATEX_RUN_DEPENDS= detex:${PORTSDIR}/print/detex \
dvips:${PORTSDIR}/print/tex-dvipsk
PDF_RUN_DEPENDS= xpdf:${PORTSDIR}/graphics/xpdf
PS_RUN_DEPENDS= pstotext:${PORTSDIR}/print/pstotext
-PYTHON_USE= python=yes
+PYTHON_USES= python
PYTHON_CONFIGURE_ENABLE= python-module
QT4_USE= qt4=moc_build,qmake_build,rcc_build,uic_build \
qt4=iconengines_run,imageformats_run \
diff --git a/devel/hachoir-core/Makefile b/devel/hachoir-core/Makefile
index a89c4fe..f8cc4a6 100644
--- a/devel/hachoir-core/Makefile
+++ b/devel/hachoir-core/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= CHEESESHOP
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Hachoir core parser
-USE= python
+USES= python
USE_PYTHON= distutils
.include <bsd.port.mk>
diff --git a/devel/streamhtmlparser/Makefile b/devel/streamhtmlparser/Makefile
index ff70ca9..0fcf8fd 100644
--- a/devel/streamhtmlparser/Makefile
+++ b/devel/streamhtmlparser/Makefile
@@ -22,7 +22,7 @@ STATIC_DESC= Install static library
OPTIONS_DEFAULT=STATIC
OPTIONS_SUB= yes
-PYBINDINGS_USE= python=yes
+PYBINDINGS_USES= python
PYBINDINGS_CONFIGURE_ENABLE= python
PYBINDINGS_CFLAGS= -I${PYTHON_INCLUDEDIR}
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index 829d386..d021679 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
diff --git a/security/broccoli/Makefile b/security/broccoli/Makefile
index 2a32d9d..8864673 100644
--- a/security/broccoli/Makefile
+++ b/security/broccoli/Makefile
@@ -41,7 +41,7 @@ PYTHON_DESC= Build python bindings for broccoli
RUBY_DESC= Build ruby bindings for broccoli
DEBUG_CMAKE_ON= -D ENABLE_DEBUG:BOOL=true
-PYTHON_USE= python=yes
+PYTHON_USES= python
PYTHON_CMAKE_ON= -D PY_MOD_INSTALL_DIR:PATH=${PYTHON_SITELIBDIR}
PYTHON_CMAKE_OFF= -D DISABLE_PYTHON_BINDINGS:BOOL=true
RUBY_USE= ruby=yes
diff --git a/security/openconnect/Makefile b/security/openconnect/Makefile
index a835cf4..236029a 100644
--- a/security/openconnect/Makefile
+++ b/security/openconnect/Makefile
@@ -23,7 +23,6 @@ CONFIGURE_ARGS= --disable-nls --with-vpnc-script=${LOCALBASE}/sbin/vpnc-script \
--without-stoken
USES= gmake libtool pkgconfig python:build
USE_LDCONFIG= yes
-USE_PYTHON_BUILD= yes
PORTDOCS= *
OPTIONS_DEFINE= PROXY GNUTLS
OpenPOWER on IntegriCloud