summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-03-17 09:56:55 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-03-17 09:56:55 +0000
commitb6aaa4bf76dc7cf048e4c9b327865a51f0336f17 (patch)
treeebdc17419e2cbd7df4ee54fe169bc2c2aae93e57
parent- Update to 5.0.5 (diff)
- Comment out the SDL block as to unbreak the port in general
Notes
Notes: svn path=/head/; revision=271078
-rw-r--r--games/palomino/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/palomino/Makefile b/games/palomino/Makefile
index 94742a83e871..ddcae1d6d879 100644
--- a/games/palomino/Makefile
+++ b/games/palomino/Makefile
@@ -48,10 +48,10 @@ BUILD_DEPENDS+= ${LOCALBASE}/include/linux/joystick.h:${PORTSDIR}/devel/linux-js
RUN_DEPENDS+= ${LOCALBASE}/include/linux/joystick.h:${PORTSDIR}/devel/linux-js
.endif
-.if !defined(WITHOUT_SDL)
-USE_SDL+= sdl mixer
-BROKEN= does not build
-.endif
+#.if !defined(WITHOUT_SDL)
+#USE_SDL+= sdl mixer
+#BROKEN= does not build
+#.endif
.if defined(WITHOUT_PLIB)
BUILD_DEPENDS+= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib