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 /misc/py-qt4-demo | |
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 'misc/py-qt4-demo')
-rw-r--r-- | misc/py-qt4-demo/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |