]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/b
Tagged DEBIAN_2_5_3_2 for release testing. Bumped subversion to 2.5.3.3
[wxWidgets.git] / wxPython / b
index ffbfea4b233704c2ba659caa9273b8f671695259..e748313184049b38d63ee59820fea0e13f95395e 100755 (executable)
@@ -36,8 +36,9 @@ OTHERFLAGS=""
 PORTFLAGS=""
 
 
-if [ "$1" = "gtk1" ]; then 
-    PORTFLAGS=""
+
+if [ "$1" = "gtk1" -o "$1" = "gtk" ]; then 
+    PORTFLAGS="WXPORT=gtk UNICODE=0"
     shift
 elif [ "$1" = "gtk2" ]; then 
     PORTFLAGS="WXPORT=gtk2 UNICODE=1"