diff -urN /usr/ports/x11-toolkits/soqt/Makefile x11-toolkits/soqt/Makefile
--- /usr/ports/x11-toolkits/soqt/Makefile	Tue Oct 26 16:50:49 2004
+++ x11-toolkits/soqt/Makefile	Tue Feb 22 02:52:06 2005
@@ -6,25 +6,28 @@
 #
 
 PORTNAME=	SoQt
-PORTVERSION=	1.0.2
-PORTREVISION=	1
+PORTVERSION=	1.2.0
 CATEGORIES=	x11-toolkits
-MASTER_SITES=	ftp://ftp.coin3d.org/pub/coin/src/
+MASTER_SITES=	http://ftp.coin3d.org/coin/src/ \
+		ftp://ftp.coin3d.org/pub/coin/src/
 DIST_SUBDIR=	KDE
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Qt toolkit library for Coin
 
-LIB_DEPENDS=	Coin.41:${PORTSDIR}/graphics/Coin
+LIB_DEPENDS=	Coin.43:${PORTSDIR}/graphics/Coin
 
 USE_QT_VER=	3
-USE_LIBTOOL_VER=13
-CONFIGURE_ENV+=	QTDIR=${QT_PREFIX} CXXFLAGS="-pthread"
-CONFIGURE_ARGS+=	--with-pthread=yes --with-coin=${X11BASE}
-# avoid renaming of soqt-config and soqt-config.1
-CONFIGURE_TARGET=	--target=""
-MAKE_ENV+=	QTDIR=${QT_PREFIX}
+USE_GMAKE=	yes
+USE_LIBTOOL_VER=	15
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV=	QTDIR="${QT_PREFIX}"
+CONFIGURE_ARGS=	--with-pthread=yes --with-coin=${X11BASE}
 INSTALLS_SHLIB=	yes
+
 MAN1=		soqt-config.1
+
+post-install:
+	@${TOUCH} ${PREFIX}/include/Inventor/Qt/engines/.keep_me
 
 .include <bsd.port.mk>
diff -urN /usr/ports/x11-toolkits/soqt/distinfo x11-toolkits/soqt/distinfo
--- /usr/ports/x11-toolkits/soqt/distinfo	Wed Mar 31 18:16:15 2004
+++ x11-toolkits/soqt/distinfo	Tue Feb 22 02:23:36 2005
@@ -1,2 +1,2 @@
-MD5 (KDE/SoQt-1.0.2.tar.gz) = 19ad7e1c7b9dcc652c48642ea2599c6f
-SIZE (KDE/SoQt-1.0.2.tar.gz) = 648380
+MD5 (KDE/SoQt-1.2.0.tar.gz) = 4a20e834ace358f3e81fd43b38a69efb
+SIZE (KDE/SoQt-1.2.0.tar.gz) = 981810
diff -urN /usr/ports/x11-toolkits/soqt/pkg-plist x11-toolkits/soqt/pkg-plist
--- /usr/ports/x11-toolkits/soqt/pkg-plist	Sun Nov 14 00:06:46 2004
+++ x11-toolkits/soqt/pkg-plist	Tue Feb 22 02:53:16 2005
@@ -1,29 +1,37 @@
 bin/soqt-config
+include/Inventor/Qt/SoQt.h
+include/Inventor/Qt/SoQtBasic.h
+include/Inventor/Qt/SoQtColorEditor.h
+include/Inventor/Qt/SoQtComponent.h
+include/Inventor/Qt/SoQtCursor.h
+include/Inventor/Qt/SoQtGLWidget.h
+include/Inventor/Qt/SoQtObject.h
+include/Inventor/Qt/SoQtRenderArea.h
 include/Inventor/Qt/devices/SoQtDevice.h
 include/Inventor/Qt/devices/SoQtKeyboard.h
 include/Inventor/Qt/devices/SoQtMouse.h
 include/Inventor/Qt/devices/SoQtSpaceball.h
-include/Inventor/Qt/viewers/SoQtViewer.h
+include/Inventor/Qt/editors/SoQtColorEditor.h
+include/Inventor/Qt/editors/SoQtMaterialEditor.h
+include/Inventor/Qt/engines/.keep_me
+include/Inventor/Qt/nodes/SoGuiColorEditor.h
 include/Inventor/Qt/viewers/SoQtConstrainedViewer.h
-include/Inventor/Qt/viewers/SoQtFullViewer.h
 include/Inventor/Qt/viewers/SoQtExaminerViewer.h
 include/Inventor/Qt/viewers/SoQtFlyViewer.h
+include/Inventor/Qt/viewers/SoQtFullViewer.h
 include/Inventor/Qt/viewers/SoQtPlaneViewer.h
+include/Inventor/Qt/viewers/SoQtViewer.h
 include/Inventor/Qt/widgets/SoQtPopupMenu.h
-include/Inventor/Qt/SoQt.h
-include/Inventor/Qt/SoQtBasic.h
-include/Inventor/Qt/SoQtObject.h
-include/Inventor/Qt/SoQtCursor.h
-include/Inventor/Qt/SoQtComponent.h
-include/Inventor/Qt/SoQtGLWidget.h
-include/Inventor/Qt/SoQtRenderArea.h
+include/Inventor/Qt/widgets/SoQtThumbWheel.h
 lib/libSoQt.a
-lib/libSoQt.so.20
 lib/libSoQt.so
-lib/libSoQt.la
-share/aclocal/soqt.m4
+lib/libSoQt.so.22
 share/Coin/conf/soqt-default.cfg
-@dirrm include/Inventor/Qt/devices
-@dirrm include/Inventor/Qt/viewers
+share/aclocal/soqt.m4
 @dirrm include/Inventor/Qt/widgets
+@dirrm include/Inventor/Qt/viewers
+@dirrm include/Inventor/Qt/nodes
+@dirrm include/Inventor/Qt/engines
+@dirrm include/Inventor/Qt/editors
+@dirrm include/Inventor/Qt/devices
 @dirrm include/Inventor/Qt