diff options
author | makc <makc@FreeBSD.org> | 2009-03-03 05:27:41 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-03-03 05:27:41 +0800 |
commit | 919e4684652a57d23fb802deb2f9ae165a5d2cd6 (patch) | |
tree | 40e64ee0c8fbb30c69ec3a0ca50834048f337311 /x11-toolkits/qt4-gui/Makefile | |
parent | d9ee837ca9014497d89f47c8940a4976b1148803 (diff) | |
download | freebsd-ports-gnome-919e4684652a57d23fb802deb2f9ae165a5d2cd6.tar.gz freebsd-ports-gnome-919e4684652a57d23fb802deb2f9ae165a5d2cd6.tar.zst freebsd-ports-gnome-919e4684652a57d23fb802deb2f9ae165a5d2cd6.zip |
Add patch to fix crash in qt painting engine (KDE bugs/174065)
Diffstat (limited to 'x11-toolkits/qt4-gui/Makefile')
-rw-r--r-- | x11-toolkits/qt4-gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt4-gui/Makefile b/x11-toolkits/qt4-gui/Makefile index a37e8a0ae22b..422439f6dfaa 100644 --- a/x11-toolkits/qt4-gui/Makefile +++ b/x11-toolkits/qt4-gui/Makefile @@ -8,7 +8,7 @@ PORTNAME= gui PORTVERSION= ${QT4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= x11-toolkits MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- |