diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-05-21 17:25:43 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-05-21 17:25:43 +0000 |
commit | 954b71179dbf213e763b1b992dd3684152316c60 (patch) | |
tree | b993ec5810e6460448cf37666244f89612d2430f /devel/ocaml-sdl | |
parent | 692020b722e0cc6951065f434600eb9bdc960230 (diff) |
BROKEN: Changes permission of installed usr/local/lib/ocaml/ld.conf file
Notes
Notes:
svn path=/head/; revision=135783
Diffstat (limited to 'devel/ocaml-sdl')
-rw-r--r-- | devel/ocaml-sdl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/ocaml-sdl/Makefile b/devel/ocaml-sdl/Makefile index de983b2403cd..ff5d28fdd2de 100644 --- a/devel/ocaml-sdl/Makefile +++ b/devel/ocaml-sdl/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ ocamlfind:${PORTSDIR}/devel/ocaml-findlib \ lablgl:${PORTSDIR}/graphics/ocaml-lablgl +BROKEN= Changes permissions of installed file + USE_SDL= sdl ttf image mixer USE_AUTOCONF_VER=259 CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" |