diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-10-13 09:20:21 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-10-13 09:20:21 +0000 |
commit | 5fc022ae1d9b78816591f7bf9a6f2cc003f88c9f (patch) | |
tree | d9d041012e2629ae6ab0cbf84e25344ff1c4c80f /x11-toolkits/py-qt | |
parent | 310abe64eff0a2abd439e4cb7b142a677cd7f916 (diff) | |
download | ports-5fc022ae1d9b78816591f7bf9a6f2cc003f88c9f.tar.gz ports-5fc022ae1d9b78816591f7bf9a6f2cc003f88c9f.zip |
Update qscintilla to 1.4
Bump PORTREVISION of affected port.
PR: 72152
Submitted by: Danny Pansters <danny@ricin.com>
Notes
Notes:
svn path=/head/; revision=119191
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 42f1d76ea8cf..8f583a8fe793 100644 --- a/x11-toolkits/py-qt/Makefile +++ b/x11-toolkits/py-qt/Makefile @@ -6,6 +6,7 @@ PORTNAME= qt PORTVERSION= 3.12 +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.4:${PORTSDIR}/x11-toolkits/qscintilla +LIB_DEPENDS= qscintilla.5:${PORTSDIR}/x11-toolkits/qscintilla BUILD_DEPENDS= ${LOCALBASE}/bin/sip:${PORTSDIR}/devel/py-sip RUN_DEPENDS= ${BUILD_DEPENDS} |