Unbreak package build by adding run dependency on py-sip.

Reported by:	kris
This commit is contained in:
Vsevolod Stakhov 2005-09-08 15:07:40 +00:00
parent 0ad37ed5ae
commit 8450f1dd55
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142226

View file

@ -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