[153166] trunk/dports/emulators/hatari/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Sep 26 01:00:06 PDT 2016


Revision: 153166
          https://trac.macports.org/changeset/153166
Author:   ryandesign at macports.org
Date:     2016-09-26 01:00:06 -0700 (Mon, 26 Sep 2016)
Log Message:
-----------
hatari: fix whitespace

Convert tabs to spaces.

Modified Paths:
--------------
    trunk/dports/emulators/hatari/Portfile

Modified: trunk/dports/emulators/hatari/Portfile
===================================================================
--- trunk/dports/emulators/hatari/Portfile	2016-09-26 07:54:41 UTC (rev 153165)
+++ trunk/dports/emulators/hatari/Portfile	2016-09-26 08:00:06 UTC (rev 153166)
@@ -76,13 +76,13 @@
 }
 
 platform darwin {
-	if { ${os.major} >= 10 } {
-		variant sdl2 description "Use SDL2" {
-			configure.args-append  -DENABLE_SDL2:BOOL=1
-			depends_lib-delete     port:libsdl
-			depends_lib-append     port:libsdl2
-		}
-	}
+    if { ${os.major} >= 10 } {
+        variant sdl2 description "Use SDL2" {
+            configure.args-append  -DENABLE_SDL2:BOOL=1
+            depends_lib-delete     port:libsdl
+            depends_lib-append     port:libsdl2
+        }
+    }
 }
 
 notes \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160926/cd7feee4/attachment.html>


More information about the macports-changes mailing list