diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-02-06 10:37:14 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-02-06 10:37:14 +0000 |
commit | 2df0d56decc96f4d67822824228dee1751b62466 (patch) | |
tree | 0a19418f547e53f7b135e4163e0d0beb61c33640 /devel/qt4-qt3support | |
parent | b2396e23039c1250f878a1e590bb14aaaee51587 (diff) |
Notes
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 bfe28bc7f161..5146afe5f455 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 |