diff options
author | alonso <alonso@FreeBSD.org> | 2014-10-06 02:25:00 +0800 |
---|---|---|
committer | alonso <alonso@FreeBSD.org> | 2014-10-06 02:25:00 +0800 |
commit | 693cb6a1a7362fa6971ec1a4629d6612486b41ec (patch) | |
tree | 28fac31c1546d55b40b3ba3dd153f44e9e5adf7f /lang | |
parent | 8808f90dc26f504cac1938f6eb2a7fdd2ca3c128 (diff) | |
download | freebsd-ports-gnome-693cb6a1a7362fa6971ec1a4629d6612486b41ec.tar.gz freebsd-ports-gnome-693cb6a1a7362fa6971ec1a4629d6612486b41ec.tar.zst freebsd-ports-gnome-693cb6a1a7362fa6971ec1a4629d6612486b41ec.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} |