most recent changes, diff for mimms

Index: multimedia/mimms/Portfile
--- multimedia/mimms/Portfile (revision 32877)
+++ multimedia/mimms/Portfile (revision 32878)
@@ -25,12 +25,11 @@
depends_lib port:libmms
pre-fetch {
if {![variant_isset qt4] && ![variant_isset qt4_mac]} {
- ui_msg "###########################################################"
- ui_msg "# mimms will not compile unless one of the +qt4 or +qt4_mac\
- \n# variants are selected. Please choose one of these variants to\
- build."
- ui_msg "###########################################################"
- exit 1
+ return -code error "
+###########################################################
+# mimms will not compile unless one of the +qt4 or +qt4_mac
+# variants are selected. Please choose one of these variants to build.
+###########################################################"
}
}
configure {