diff options
author | Alonso Schaich <alonso@FreeBSD.org> | 2014-10-06 02:25:00 +0800 |
---|---|---|
committer | Alonso Schaich <alonso@FreeBSD.org> | 2014-10-06 02:25:00 +0800 |
commit | c05e144deb72d9a3704ce860681b66435e692014 (patch) | |
tree | 28fac31c1546d55b40b3ba3dd153f44e9e5adf7f /lang | |
parent | 88c67cd38c8aa887e131203a0948625ac8d5495e (diff) | |
download | freebsd-ports-gnome-c05e144deb72d9a3704ce860681b66435e692014.tar.gz freebsd-ports-gnome-c05e144deb72d9a3704ce860681b66435e692014.tar.zst freebsd-ports-gnome-c05e144deb72d9a3704ce860681b66435e692014.zip |
Replace USE_PYTHON* by USES=python.
This commit consists of area51's r10314 and r10356 patchsets.
Approved by: rakuco (mentor)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/qt5-qml/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/qt5-qml/Makefile b/lang/qt5-qml/Makefile index 2a28a4528518..dff964d18527 100644 --- a/lang/qt5-qml/Makefile +++ b/lang/qt5-qml/Makefile @@ -11,8 +11,7 @@ COMMENT= Qt QML and JavaScript language module USE_QT5= core network buildtools_build QT_DIST= declarative -USES= qmake -USE_PYTHON_BUILD= yes +USES= python:build qmake USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} WRKSRC_SUBDIR= src/${PORTNAME} |