svn commit: r383465 - head/devel/py-qt4
Raphael Kubo da Costa
rakuco at FreeBSD.org
Mon Apr 6 18:49:35 UTC 2015
Author: rakuco
Date: Mon Apr 6 18:49:34 2015
New Revision: 383465
URL: https://svnweb.freebsd.org/changeset/ports/383465
Log:
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.
Modified:
head/devel/py-qt4/Makefile
Modified: head/devel/py-qt4/Makefile
==============================================================================
--- head/devel/py-qt4/Makefile Mon Apr 6 18:47:19 2015 (r383464)
+++ head/devel/py-qt4/Makefile Mon Apr 6 18:49:34 2015 (r383465)
@@ -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 at 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
More information about the svn-ports-all
mailing list