diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-04-07 02:49:34 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-04-07 02:49:34 +0800 |
commit | b76ac8e3e4097c9ab08f44699bb98c376977c4bd (patch) | |
tree | 2667a495e0e7f389680bcbcce717242af101d88c /devel | |
parent | b7553a70f0e58cc528f4ab672f6da2be93d0cc33 (diff) | |
download | freebsd-ports-gnome-b76ac8e3e4097c9ab08f44699bb98c376977c4bd.tar.gz freebsd-ports-gnome-b76ac8e3e4097c9ab08f44699bb98c376977c4bd.tar.zst freebsd-ports-gnome-b76ac8e3e4097c9ab08f44699bb98c376977c4bd.zip |
Convert to USES=metaport, take 2.
This time, also stop setting MASTER_SITES and do not override the existing
USES entry, which broke the build.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-qt4/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/py-qt4/Makefile b/devel/py-qt4/Makefile index 499b1702338c..1df46d5a5040 100644 --- a/devel/py-qt4/Makefile +++ b/devel/py-qt4/Makefile @@ -4,19 +4,12 @@ PORTNAME= qt4 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 python OPTIONS_DEFINE= ALL ${PYQT4_COMPONENTS} OPTIONS_DEFAULT= ALL |