most recent changes, diff for niceplayer
Index: aqua/NicePlayer/Portfile
--- aqua/NicePlayer/Portfile (revision 33412)
+++ aqua/NicePlayer/Portfile (revision 33413)
@@ -66,6 +66,10 @@
${destroot}/Applications/MacPorts/
}
-# NicePlayer always builds universal, so let's advertise that.
default_variants +universal
variant universal {}
+pre-fetch {
+ if {![variant_isset universal]} {
+ return -code error "${name} is only available in a universal version"
+ }
+}