diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-04-03 19:22:38 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-04-03 19:22:38 +0000 |
commit | 7f0829cb24305fb426c89fdf2b38e2fdf461bd46 (patch) | |
tree | 94667cfc0aba518e08bffe5f9a4cadd8449128f5 /devel/py-qt4 | |
parent | c7660b463ac5f14028c345f90823386d30c28f83 (diff) |
Notes
Diffstat (limited to 'devel/py-qt4')
-rw-r--r-- | devel/py-qt4/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/py-qt4/Makefile b/devel/py-qt4/Makefile index 499b1702338c..39e6322e37ee 100644 --- a/devel/py-qt4/Makefile +++ b/devel/py-qt4/Makefile @@ -6,17 +6,12 @@ PORTVERSION= ${PYQT4_VERSION} CATEGORIES= devel python MASTER_SITES= # empty PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= # none -EXTRACT_ONLY= # empty MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt 4 toolkit (meta port) USES= python - -NO_BUILD= yes -NO_INSTALL= yes -NO_MTREE= yes +USES= metaport OPTIONS_DEFINE= ALL ${PYQT4_COMPONENTS} OPTIONS_DEFAULT= ALL |