diff options
author | makc <makc@FreeBSD.org> | 2009-01-14 04:34:49 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-01-14 04:34:49 +0800 |
commit | 1694606cfcb20123a6fefc081d04883bcf6cf0b5 (patch) | |
tree | 9a4dda75fa175e4698d65ab58d60304bd779af56 /x11-toolkits/qt4-gui/Makefile | |
parent | b66bb5bef32ffb64e738d11fac00bd3971629804 (diff) | |
download | freebsd-ports-gnome-1694606cfcb20123a6fefc081d04883bcf6cf0b5.tar.gz freebsd-ports-gnome-1694606cfcb20123a6fefc081d04883bcf6cf0b5.tar.zst freebsd-ports-gnome-1694606cfcb20123a6fefc081d04883bcf6cf0b5.zip |
kde@freebsd team is pleased to announce the update for Qt4 ports.
Qt4 ports have been updated from 4.4.1 to 4.4.3. With this update
new port misc/qt4-l10n has been added. This port provides localisation
support for Qt4 developers tools designer, linguist, etc.
Approved by: miwi (mentor)
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..801bd8919668 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= 0 CATEGORIES?= x11-toolkits MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- |