aboutsummaryrefslogtreecommitdiff
path: root/games/freetennis
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2010-04-09 10:09:50 +0000
committerStanislav Sedov <stas@FreeBSD.org>2010-04-09 10:09:50 +0000
commitce8afb28b382ed7e1b8c5b6d56253c7cfb76aeef (patch)
treeebbfbaafc1d8e1cf39c1f64c2a6fbb1c62ccf0ef /games/freetennis
parent5530c271c6249c799db773ee8921695cacdf142c (diff)
downloadports-ce8afb28b382ed7e1b8c5b6d56253c7cfb76aeef.tar.gz
ports-ce8afb28b382ed7e1b8c5b6d56253c7cfb76aeef.zip
Notes
Diffstat (limited to 'games/freetennis')
-rw-r--r--games/freetennis/Makefile4
-rw-r--r--games/freetennis/files/patch-Makefile6
2 files changed, 4 insertions, 6 deletions
diff --git a/games/freetennis/Makefile b/games/freetennis/Makefile
index defbcb96363c..1fdaf206893c 100644
--- a/games/freetennis/Makefile
+++ b/games/freetennis/Makefile
@@ -18,11 +18,9 @@ BUILD_DEPENDS= ocamlopt:${PORTSDIR}/lang/ocaml \
${OCAML_DEPENDS}
RUN_DEPENDS= ${OCAML_DEPENDS}
-BROKEN= does not build
-
OCAML_DEPENDS= ${LOCALBASE}/lib/ocaml/lablgtk2/gtk.ml:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2 \
${LOCALBASE}/lib/ocaml/lablGL/gl.ml:${PORTSDIR}/graphics/ocaml-lablgl \
- ${LOCALBASE}/lib/ocaml/camlimages/oImages.cmx:${PORTSDIR}/graphics/ocaml-images \
+ ${LOCALBASE}/lib/ocaml/site-lib/camlimages/camlimages.a:${PORTSDIR}/graphics/ocaml-images \
${LOCALBASE}/lib/ocaml/site-lib/sdl/sdl.mli:${PORTSDIR}/devel/ocaml-sdl
USE_BZIP2= yes
diff --git a/games/freetennis/files/patch-Makefile b/games/freetennis/files/patch-Makefile
index 04cb3387eb63..405bb49683f5 100644
--- a/games/freetennis/files/patch-Makefile
+++ b/games/freetennis/files/patch-Makefile
@@ -1,7 +1,7 @@
---- Makefile.orig Wed Mar 7 15:50:40 2007
-+++ Makefile Wed Mar 7 15:51:29 2007
+--- Makefile.orig 2005-11-21 13:20:33.000000000 -0800
++++ Makefile 2010-04-09 02:58:00.000000000 -0700
@@ -1,3 +1,3 @@
# add -noassert for speedup
all: freetennis.ml
- ocamlopt -I +camlimages -I +lablGL -I +lablgtk2 -I +sdl -o freetennis bigarray.cmxa sdl.cmxa lablgtk.cmxa lablgl.cmxa ci_core.cmxa sdlmixer.cmxa sdlttf.cmxa unix.cmxa freetennis.ml
-+ ocamlopt -noassert -cclib -pthread -I +camlimages -I +lablGL -I +lablgtk2 -I +site-lib/sdl -o freetennis bigarray.cmxa sdl.cmxa lablgtk.cmxa lablgl.cmxa ci_core.cmxa sdlmixer.cmxa sdlttf.cmxa unix.cmxa freetennis.ml
++ ocamlopt -noassert -cclib -pthread -I +site-lib/camlimages -I +lablGL -I +lablgtk2 -I +site-lib/sdl -o freetennis bigarray.cmxa sdl.cmxa lablgtk.cmxa lablgl.cmxa camlimages_core.cmxa sdlmixer.cmxa sdlttf.cmxa unix.cmxa freetennis.ml