diff options
author | lofi <lofi@FreeBSD.org> | 2007-03-25 12:08:03 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2007-03-25 12:08:03 +0800 |
commit | 4314ef33dd196700834bc07f4ad599e82bd9d313 (patch) | |
tree | 0807bf533e249cc371bef9fa81bbeb1e0b2c4588 /x11-toolkits/qt4-gui/Makefile | |
parent | 841ef99de5998ee34dd705222a8462d51b66a61e (diff) | |
download | freebsd-ports-gnome-4314ef33dd196700834bc07f4ad599e82bd9d313.tar.gz freebsd-ports-gnome-4314ef33dd196700834bc07f4ad599e82bd9d313.tar.zst freebsd-ports-gnome-4314ef33dd196700834bc07f4ad599e82bd9d313.zip |
Update to 4.2.3
Diffstat (limited to 'x11-toolkits/qt4-gui/Makefile')
-rw-r--r-- | x11-toolkits/qt4-gui/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/qt4-gui/Makefile b/x11-toolkits/qt4-gui/Makefile index 3261c5aaab1c..5c8d52891e6e 100644 --- a/x11-toolkits/qt4-gui/Makefile +++ b/x11-toolkits/qt4-gui/Makefile @@ -7,8 +7,8 @@ # PORTNAME= gui -PORTVERSION= 4.2.2 -PORTREVISION= 1 +PORTVERSION= 4.2.3 +PORTREVISION= 0 CATEGORIES?= x11-toolkits MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- @@ -36,7 +36,7 @@ USE_XLIB= yes CONFIGURE_ARGS= -fast -no-exceptions ${CUPS} \ -platform ${LOCALBASE}/share/qt4/mkspecs/freebsd-g++ \ -qt-gif -release -system-libjpeg -system-libpng \ - -system-zlib -prefix ${PREFIX} -no-sm \ + -system-zlib -prefix ${PREFIX} \ -plugindir ${PREFIX}/lib/plugins -bindir ${PREFIX}/bin \ -confirm-license |