Index: Portfile
===================================================================
--- Portfile	(revision 32465)
+++ Portfile	(working copy)
@@ -28,10 +28,13 @@
 patchfiles \
 	patch-project.pbxproj
 
-# Vine Server always builds universal, so let's advertise that.
+# Vine Server always builds universal by default, so let's advertise that.
 default_variants +universal
-variant universal {}
-
+# if -universal, then....
+xcode.build.settings ARCHS=`uname -m`
+# else...
+variant universal { xcode.build.settings ARCHS='i386 ppc' }
+   
 livecheck.check     regex
 livecheck.url       http://www.redstonesoftware.com/downloads/
 livecheck.regex     VineServer(\[0-9.\]+)\\.dmg

