Revision
70236
Author
ryandesign@macports.org
Date
2010-08-03 00:16:08 -0700 (Tue, 03 Aug 2010)

Log Message

libvpx: the universal variant doesn't exist (see r70022) so don't try to set options when the user requests it

Modified Paths

Diff

Modified: trunk/dports/multimedia/libvpx/Portfile (70235 => 70236)


--- trunk/dports/multimedia/libvpx/Portfile	2010-08-03 04:49:01 UTC (rev 70235)
+++ trunk/dports/multimedia/libvpx/Portfile	2010-08-03 07:16:08 UTC (rev 70236)
@@ -55,7 +55,7 @@
 build.args      verbose=1
 
 # set configure parameters depending on if universal or not
-if {![variant_isset universal]} {
+if {![variant_isset universal] || ![variant_exists universal]} {
     # specify only the single target, otherwise 'configure' will try
     # for a 'universal' install.
     set tgt_isa "${build_arch}"