aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-09 02:03:00 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-09 02:03:00 +0000
commitb85a364c161310e995f1314003d0d6890c95a00a (patch)
treede69bd86c019688194f302ac4caa7a60657aafa0 /graphics
parent2a2c47052feab86719dfafd657dcc53d81ae6624 (diff)
downloadports-b85a364c161310e995f1314003d0d6890c95a00a.tar.gz
ports-b85a364c161310e995f1314003d0d6890c95a00a.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ocaml-lablgl/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/ocaml-lablgl/Makefile b/graphics/ocaml-lablgl/Makefile
index dba0e478e967..c34189cab697 100644
--- a/graphics/ocaml-lablgl/Makefile
+++ b/graphics/ocaml-lablgl/Makefile
@@ -26,6 +26,12 @@ 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
@@ -37,4 +43,4 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>