diff options
-rw-r--r-- | graphics/ocaml-lablgl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/ocaml-lablgl/Makefile b/graphics/ocaml-lablgl/Makefile index 11a9dbb37551..9c08f80d7656 100644 --- a/graphics/ocaml-lablgl/Makefile +++ b/graphics/ocaml-lablgl/Makefile @@ -16,6 +16,7 @@ MAINTAINER= rk@ronald.org COMMENT= OpenGL interface for Objective Caml BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml +LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut RUN_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml USE_GL= yes @@ -25,8 +26,6 @@ ALL_TARGET= all opt #EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PORTNAME} #DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME} -BROKEN= "Does not compile" - post-extract: @${CP} ${WRKSRC}/Makefile.config.freebsd ${WRKSRC}/Makefile.config |