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 /accessibility/qt4-accessible | |
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 'accessibility/qt4-accessible')
-rw-r--r-- | accessibility/qt4-accessible/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accessibility/qt4-accessible/Makefile b/accessibility/qt4-accessible/Makefile index 4c25454ad228..0ddce4375499 100644 --- a/accessibility/qt4-accessible/Makefile +++ b/accessibility/qt4-accessible/Makefile @@ -8,6 +8,7 @@ PORTNAME= accessible PORTVERSION= 4.2.2 +PORTREVISION= 1 CATEGORIES?= accessibility ipv6 MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- @@ -34,7 +35,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= -fast -no-exceptions \ -platform ${LOCALBASE}/share/qt4/mkspecs/freebsd-g++ \ - -qt-gif -release -system-libjpeg -system-libpng \ + -qt-gif -release -system-libjpeg -system-libpng -no-sm \ -system-zlib -prefix ${PREFIX} -plugindir ${PREFIX}/lib/plugins \ -bindir ${PREFIX}/bin -confirm-license |