diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-03-17 09:56:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-03-17 09:56:55 +0000 |
commit | b6aaa4bf76dc7cf048e4c9b327865a51f0336f17 (patch) | |
tree | ebdc17419e2cbd7df4ee54fe169bc2c2aae93e57 /games | |
parent | 52fffa83138bc2afab80aa6fbee014fa63e8fb65 (diff) | |
download | ports-b6aaa4bf76dc7cf048e4c9b327865a51f0336f17.tar.gz ports-b6aaa4bf76dc7cf048e4c9b327865a51f0336f17.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/palomino/Makefile | 8 |
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 |