[27257] trunk/dports/lang/gst/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 26 00:03:24 PDT 2007


Revision: 27257
          http://trac.macosforge.org/projects/macports/changeset/27257
Author:   takanori at macports.org
Date:     2007-07-26 00:03:24 -0700 (Thu, 26 Jul 2007)

Log Message:
-----------
use return instead of exit.

Modified Paths:
--------------
    trunk/dports/lang/gst/Portfile

Modified: trunk/dports/lang/gst/Portfile
===================================================================
--- trunk/dports/lang/gst/Portfile	2007-07-26 07:03:03 UTC (rev 27256)
+++ trunk/dports/lang/gst/Portfile	2007-07-26 07:03:24 UTC (rev 27257)
@@ -40,7 +40,6 @@
 
 platform i386 {
     pre-configure {
-        ui_msg "Intel based Macs are not supported."
-        exit 1
+        return -code error "Intel based Macs are not supported."
     }
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070726/87a017d7/attachment.html


More information about the macports-changes mailing list