Index: /trunk/configure
===================================================================
--- /trunk/configure	(revision 16025)
+++ /trunk/configure	(revision 16026)
@@ -1992,4 +1992,9 @@
 fi
 
+if [ "$OS" = "freebsd" ]; then
+  # Qt3 will be gone before the FreeBSD port is completed, so just drop it.
+  WITH_QT3=0
+fi
+
 # emit disable directives corresponding to any --disable-xxx options.
 [ $WITH_XPCOM -eq 0 ]   && cnf_append "VBOX_WITH_MAIN" ""
@@ -2018,5 +2023,5 @@
 [ "$OS" != "darwin" -a $OSE -eq 0 ] && check_ssl
 [ "$OS" != "darwin"  ] && check_z
-[ "$OS" != "darwin"  ] && check_png
+[ "$OS" != "darwin" -a "$OS" != "freebsd" ] && check_png
 [ $OSE -eq 0 -a "$OS" = "linux" ] && check_pam
 [ $WITH_SDL -eq 1 ]    && check_sdl
