|
|
@ -26,10 +26,6 @@ build_wxpython() { |
|
|
|
WXPORT=gtk2 |
|
|
|
elif pkginstalled gtk+12 ; then |
|
|
|
WXPORT=gtk |
|
|
|
elif pkginstalled openmotif ; then |
|
|
|
WXPORT=motif |
|
|
|
elif pkginstalled xorg || pkginstalled xfree86 ; then |
|
|
|
WXPORT=x11 |
|
|
|
fi |
|
|
|
|
|
|
|
# we only want the wxpython stuff, so we'll just build in this subdir |
|
|
|