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-qt3support | |
parent | 7484ff7e98703f198ff974b27cab5e2590d3d579 (diff) | |
download | freebsd-ports-graphics-0aeef5dd558cf274137fc1b707e33a7dda236d05.tar.gz freebsd-ports-graphics-0aeef5dd558cf274137fc1b707e33a7dda236d05.tar.zst freebsd-ports-graphics-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-qt3support')
-rw-r--r-- | devel/qt4-qt3support/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/qt4-qt3support/Makefile b/devel/qt4-qt3support/Makefile index bfe28bc7f16..5146afe5f45 100644 --- a/devel/qt4-qt3support/Makefile +++ b/devel/qt4-qt3support/Makefile @@ -8,6 +8,7 @@ PORTNAME= qt3support PORTVERSION= 4.2.2 +PORTREVISION= 1 CATEGORIES?= devel x11-toolkits MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- @@ -37,7 +38,7 @@ USE_XLIB= 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 |