aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2015-12-07 08:22:47 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2015-12-07 08:22:47 +0000
commit41541ace0f093f011268a3be8eba628b27013477 (patch)
tree0c41b8a19228d03e5c2cb28c4d0921713fc35d7a
parentd932bf99b33c41bf5255c8db871f3a7240713d21 (diff)
downloadports-41541ace0f093f011268a3be8eba628b27013477.tar.gz
ports-41541ace0f093f011268a3be8eba628b27013477.zip
MFH: r403165
py-qt4-demo: Fix runtime dependency list. r344123 broke it by replacing RUN_DEPENDS with PYQT4_RUN_DEPENDS. The latter has no meaning, so the port stopped depending on all other PyQt4 ports. Approved by: ports-secteam (delphij)
Notes
Notes: svn path=/branches/2015Q4/; revision=403187
-rw-r--r--misc/py-qt4-demo/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/py-qt4-demo/Makefile b/misc/py-qt4-demo/Makefile
index 681e413516a4..8766fad650b7 100644
--- a/misc/py-qt4-demo/Makefile
+++ b/misc/py-qt4-demo/Makefile
@@ -3,6 +3,7 @@
PORTNAME= demo
PORTVERSION= ${PYQT4_VERSION}
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= misc devel python
MASTER_SITES= ${MASTER_SITES_PYQT4}
@@ -21,7 +22,7 @@ EXAMPLESDIR= ${PREFIX}/share/examples/py-qt4
.include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk"
.for component in ${PYQT4_COMPONENTS:Ndemo}
-PYQT4_RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}qt4-${component}>=0:${PORTSDIR}/${${component}_PORT}
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}qt4-${component}>=0:${PORTSDIR}/${${component}_PORT}
.endfor
do-build: