diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-05-20 11:14:58 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-05-20 11:14:58 +0000 |
commit | 3bf192995590cb27737eff17f0003d79216fde21 (patch) | |
tree | adf7d400620c6bf8c11d7e6e8258f2d0b70fdd6b /x11-toolkits | |
parent | 9cfdb3a77e4da15b61f1bc9031dc7802d5f609e1 (diff) | |
download | ports-3bf192995590cb27737eff17f0003d79216fde21.tar.gz ports-3bf192995590cb27737eff17f0003d79216fde21.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-qt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/py-qt/Makefile b/x11-toolkits/py-qt/Makefile index a8898fd61796..fd7228b7ea3b 100644 --- a/x11-toolkits/py-qt/Makefile +++ b/x11-toolkits/py-qt/Makefile @@ -6,6 +6,7 @@ PORTNAME= qt PORTVERSION= 3.11 +PORTREVISION= 1 CATEGORIES= x11-toolkits python MASTER_SITES= http://www.river-bank.demon.co.uk/download/PyQt/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ DISTNAME= PyQt-x11-gpl-${PORTVERSION} MAINTAINER= eugos@gmx.net COMMENT= Python bindings for the Qt toolkit -LIB_DEPENDS= qscintilla.3:${PORTSDIR}/x11-toolkits/qscintilla +LIB_DEPENDS= qscintilla.4:${PORTSDIR}/x11-toolkits/qscintilla BUILD_DEPENDS= ${LOCALBASE}/bin/sip:${PORTSDIR}/devel/py-sip RUN_DEPENDS= ${BUILD_DEPENDS} |