Index: head/devel/py-qt4/Makefile =================================================================== --- head/devel/py-qt4/Makefile (revision 383464) +++ head/devel/py-qt4/Makefile (revision 383465) @@ -1,32 +1,25 @@ # Created by: Dima Panov # $FreeBSD$ 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 ALL_DESC= All PyQt4 components .include "${.CURDIR}/bsd.pyqt.mk" .for component in ${PYQT4_COMPONENTS} ${component}_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-${component}>=0:${PORTSDIR}/${${component}_PORT} ALL_RUN_DEPENDS+= ${${component}_RUN_DEPENDS} .endfor .include