diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-03-24 09:15:26 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-03-24 09:15:26 +0800 |
commit | deedac7395816cf4fbd7b16e3f6dcf0def3d7e68 (patch) | |
tree | 6fceff3ddb3435b7ab9b403e0129b8e582d80429 /graphics | |
parent | f2490f59fb96d6f61d91b9be3c2cfd880e47055d (diff) | |
download | freebsd-ports-gnome-deedac7395816cf4fbd7b16e3f6dcf0def3d7e68.tar.gz freebsd-ports-gnome-deedac7395816cf4fbd7b16e3f6dcf0def3d7e68.tar.zst freebsd-ports-gnome-deedac7395816cf4fbd7b16e3f6dcf0def3d7e68.zip |
unbreak by adding missing dependency
Diffstat (limited to 'graphics')
-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 |