$OpenBSD: patch-config_unix_py,v 1.5 2015/07/07 22:29:14 bcallah Exp $
--- config_unix.py.orig	Tue May 26 17:15:24 2009
+++ config_unix.py	Mon Jul  6 22:33:12 2015
@@ -172,15 +172,6 @@ def main():
     for d in DEPS:
         d.configure(incdirs, libdirs)
 
-    for d in DEPS[1:]:
-        if not d.found:
-            if not confirm("""
-Warning, some of the pygame dependencies were not found. Pygame can still
-compile and install, but games that depend on those missing dependencies
-will not run. Would you like to continue the configuration?"""):
-                raise SystemExit
-            break
-
     return DEPS
 
 if __name__ == '__main__':
