summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-qt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@FreeBSD.org>2005-09-08 15:07:40 +0000
committerVsevolod Stakhov <vsevolod@FreeBSD.org>2005-09-08 15:07:40 +0000
commit8450f1dd550cd4490fbd631ab88dca9107426ed9 (patch)
tree7669185f86df1deccd3caa47a1c0dc76e7c8eff9 /x11-toolkits/py-qt
parentBROKEN: Incomplete pkg-plist (diff)
Unbreak package build by adding run dependency on py-sip.
Reported by: kris
Notes
Notes: svn path=/head/; revision=142226
Diffstat (limited to 'x11-toolkits/py-qt')
-rw-r--r--x11-toolkits/py-qt/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/py-qt/Makefile b/x11-toolkits/py-qt/Makefile
index 966b331c1b77..bd624d86f8f6 100644
--- a/x11-toolkits/py-qt/Makefile
+++ b/x11-toolkits/py-qt/Makefile
@@ -18,6 +18,7 @@ COMMENT= Python bindings for the Qt toolkit
LIB_DEPENDS= qscintilla.6:${PORTSDIR}/x11-toolkits/qscintilla
BUILD_DEPENDS= ${LOCALBASE}/bin/sip:${PORTSDIR}/devel/py-sip
+RUN_DEPENDS= ${BUILD_DEPENDS}
USE_QT_VER= 3
USE_PYTHON= yes