diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2002-10-08 08:17:15 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2002-10-08 08:17:15 +0000 |
commit | 23517ecb9d105be7af99b358e8230a6bdc5ab40e (patch) | |
tree | 50a85ef3a19b4e39bdfdc37634c989b1aac8311d /x11-toolkits | |
parent | d0c198bfa3a11e0c3a3866ca6f5c4f2400485ee4 (diff) | |
download | ports-23517ecb9d105be7af99b358e8230a6bdc5ab40e.tar.gz ports-23517ecb9d105be7af99b358e8230a6bdc5ab40e.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-qt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/py-qt/Makefile b/x11-toolkits/py-qt/Makefile index fd237e717518..6383d7461ceb 100644 --- a/x11-toolkits/py-qt/Makefile +++ b/x11-toolkits/py-qt/Makefile @@ -6,6 +6,7 @@ PORTNAME= qt PORTVERSION= 3.4 +PORTREVISION= 1 CATEGORIES= x11-toolkits python MASTER_SITES= http://www.river-bank.demon.co.uk/download/PyQt/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +15,7 @@ DISTNAME= PyQt-x11-gpl-${PORTVERSION} MAINTAINER= nbm@FreeBSD.org LIB_DEPENDS= sip.9:${PORTSDIR}/devel/sip +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libsip.so:${PORTSDIR}/devel/py-sip USE_QT_VER= 3 USE_PYTHON= yes |