From 18aca96f7caa428be7ebab5d63107d5c600a6c6e Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Thu, 14 Nov 2013 12:00:11 -0800 Subject: [PATCH] Fixed comment in libsdl2 recipe --- media-libs/libsdl2/libsdl2-2.0.1.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/libsdl2/libsdl2-2.0.1.recipe b/media-libs/libsdl2/libsdl2-2.0.1.recipe index aa339bced..335db0da9 100644 --- a/media-libs/libsdl2/libsdl2-2.0.1.recipe +++ b/media-libs/libsdl2/libsdl2-2.0.1.recipe @@ -30,7 +30,8 @@ BUILD_REQUIRES=" # devel:mesa devel:libglu$secondaryArchSuffix devel:libpng$secondaryArchSuffix -# devel:libpng$secondaryArchSuffix >= 1.5 <-- Haikuporter fails if we try to check this one? + devel:libpng$secondaryArchSuffix >= 1.5 +# ^^ Haikuporter fails if we try to check this one? devel:libjpeg$secondaryArchSuffix >= 9 devel:libtiff$secondaryArchSuffix >= 3.9 "