diff options
author | lofi <lofi@FreeBSD.org> | 2007-02-06 18:37:14 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2007-02-06 18:37:14 +0800 |
commit | 0aeef5dd558cf274137fc1b707e33a7dda236d05 (patch) | |
tree | edd476ed7f0ebf0d3bc04d61035dc9ffab72fa7b /x11-toolkits/qt4-gui/Makefile | |
parent | 7484ff7e98703f198ff974b27cab5e2590d3d579 (diff) | |
download | freebsd-ports-gnome-0aeef5dd558cf274137fc1b707e33a7dda236d05.tar.gz freebsd-ports-gnome-0aeef5dd558cf274137fc1b707e33a7dda236d05.tar.zst freebsd-ports-gnome-0aeef5dd558cf274137fc1b707e33a7dda236d05.zip |
Post-import bugfixorama:
- Move qt4-codecs-tw to chinese [1]
- Add some missing quotes [1]
- From the "this never happened in the clean room" dept:
Disable session management support more universally to
avoid linktime errors.
[1] Spotted by: rafan
Diffstat (limited to 'x11-toolkits/qt4-gui/Makefile')
-rw-r--r-- | x11-toolkits/qt4-gui/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/qt4-gui/Makefile b/x11-toolkits/qt4-gui/Makefile index 15538d92a5f7..cb1583eeb7dd 100644 --- a/x11-toolkits/qt4-gui/Makefile +++ b/x11-toolkits/qt4-gui/Makefile @@ -8,6 +8,7 @@ PORTNAME= gui PORTVERSION= 4.2.2 +PORTREVISION= 1 CATEGORIES?= x11-toolkits MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- |