diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 01:05:01 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-23 01:05:01 +0000 |
commit | dcb30d4c113dad4a4777d78c6df392f8caaaf8c6 (patch) | |
tree | ac6b8d4c64443e21dcdc9521bb03a0246433d06b /graphics/ocaml-lablgl | |
parent | 7c138c08f8a4949280d850a8f3efd4ee9c8eca2a (diff) | |
download | ports-dcb30d4c113dad4a4777d78c6df392f8caaaf8c6.tar.gz ports-dcb30d4c113dad4a4777d78c6df392f8caaaf8c6.zip |
Notes
Diffstat (limited to 'graphics/ocaml-lablgl')
-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> |