diff options
-rw-r--r-- | graphics/ocaml-lablgl/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/graphics/ocaml-lablgl/Makefile b/graphics/ocaml-lablgl/Makefile index c34189cab697..1c944eb95133 100644 --- a/graphics/ocaml-lablgl/Makefile +++ b/graphics/ocaml-lablgl/Makefile @@ -19,6 +19,8 @@ COMMENT= OpenGL interface for Objective Caml BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml RUN_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml +BROKEN= "Does not compile" + USE_MESA= yes USE_GMAKE= yes WRKSRC= ${WRKDIR}/lablGL-${PORTVERSION} @@ -26,12 +28,6 @@ ALL_TARGET= all opt EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502000 -BROKEN= "Does not compile" -.endif - post-extract: @${CP} ${WRKSRC}/Makefile.config.ex ${WRKSRC}/Makefile.config @@ -43,4 +39,4 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |