diff options
author | arved <arved@FreeBSD.org> | 2004-05-20 11:14:58 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-05-20 11:14:58 +0000 |
commit | 21f79d942a624bea898c3818bb25eb74ba53fc75 (patch) | |
tree | 43b0ca94dbc06db4c44f2d993148940ce9255c44 /x11-toolkits/py-qt | |
parent | 64a87954302928154bfefaf4af835880bd8e195d (diff) | |
download | FreeBSD-ports-21f79d942a624bea898c3818bb25eb74ba53fc75.zip FreeBSD-ports-21f79d942a624bea898c3818bb25eb74ba53fc75.tar.gz |
Shase qscintilla shared library version.
Bump PORTREVISION
Diffstat (limited to 'x11-toolkits/py-qt')
-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 a8898fd..fd7228b 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} |