summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 01:05:01 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 01:05:01 +0000
commitdcb30d4c113dad4a4777d78c6df392f8caaaf8c6 (patch)
treeac6b8d4c64443e21dcdc9521bb03a0246433d06b
parentBROKEN on 4.x: does not fetch (diff)
This is broken on 4.x as well.
Notes
Notes: svn path=/head/; revision=101786
-rw-r--r--graphics/ocaml-lablgl/Makefile10
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>