diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-03-24 01:15:26 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-03-24 01:15:26 +0000 |
commit | 6f3d47a51238358a58d29958c685913ce3c07211 (patch) | |
tree | 471592d033a789616632e70014b7f5219215bc5e | |
parent | - Fix build on amd64 (-fPIC) (diff) |
unbreak by adding missing dependency
-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 |