aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAlonso Schaich <alonso@FreeBSD.org>2014-10-05 18:25:00 +0000
committerAlonso Schaich <alonso@FreeBSD.org>2014-10-05 18:25:00 +0000
commitc05e144deb72d9a3704ce860681b66435e692014 (patch)
tree28fac31c1546d55b40b3ba3dd153f44e9e5adf7f /misc
parent88c67cd38c8aa887e131203a0948625ac8d5495e (diff)
downloadports-c05e144deb72d9a3704ce860681b66435e692014.tar.gz
ports-c05e144deb72d9a3704ce860681b66435e692014.zip
Replace USE_PYTHON* by USES=python.
This commit consists of area51's r10314 and r10356 patchsets. Approved by: rakuco (mentor)
Notes
Notes: svn path=/head/; revision=370100
Diffstat (limited to 'misc')
-rw-r--r--misc/py-qt4-demo/Makefile3
-rw-r--r--misc/py-qt4-doc/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/misc/py-qt4-demo/Makefile b/misc/py-qt4-demo/Makefile
index 29f09a2e3ac6..d0435e879048 100644
--- a/misc/py-qt4-demo/Makefile
+++ b/misc/py-qt4-demo/Makefile
@@ -13,7 +13,8 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Python bindings for the Qt4 toolkit, Qt demo and examples
DISTINFO_FILE= ${PYQT4_DISTINFO_FILE}
-USE_PYTHON= yes
+
+USES= python
EXAMPLESDIR= ${PREFIX}/share/examples/py-qt4
diff --git a/misc/py-qt4-doc/Makefile b/misc/py-qt4-doc/Makefile
index fbaaa190448a..7e8fc69ffb42 100644
--- a/misc/py-qt4-doc/Makefile
+++ b/misc/py-qt4-doc/Makefile
@@ -14,7 +14,8 @@ COMMENT= Python bindings for the Qt4 toolkit, documentation
DISTINFO_FILE= ${PYQT4_DISTINFO_FILE}
NO_BUILD= yes
-USE_PYTHON= yes
+
+USES= python
DOCSDIR= ${PREFIX}/share/doc/py-qt4