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 /devel/qt4-assistant | |
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 'devel/qt4-assistant')
-rw-r--r-- | devel/qt4-assistant/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/qt4-assistant/Makefile b/devel/qt4-assistant/Makefile index d08c002cb060..5a1155384658 100644 --- a/devel/qt4-assistant/Makefile +++ b/devel/qt4-assistant/Makefile @@ -8,6 +8,7 @@ PORTNAME= assistant PORTVERSION= 4.2.2 +PORTREVISION= 1 CATEGORIES?= devel MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- @@ -38,7 +39,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= -fast -no-exceptions \ -platform ${LOCALBASE}/share/qt4/mkspecs/freebsd-g++ \ -qt-gif -release -system-libjpeg -system-libpng \ - -system-zlib -no-nas-sound -prefix ${PREFIX} \ + -system-zlib -no-nas-sound -prefix ${PREFIX} -no-sm \ -plugindir ${PREFIX}/lib/plugins -bindir ${PREFIX}/bin \ -confirm-license -no-separate-debug-info |