summaryrefslogtreecommitdiffstats
path: root/graphics/ocaml-lablgl
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-09 02:03:00 +0000
committerkris <kris@FreeBSD.org>2004-02-09 02:03:00 +0000
commit2f8e56e5cbd6e9dd14e1b50ca34550eec9111071 (patch)
treea4d02c024e62c66fc8cb1fa0a68e2a0da9a8829e /graphics/ocaml-lablgl
parent8291be953c72509109ff2c90d8ce55b97902d9fd (diff)
downloadFreeBSD-ports-2f8e56e5cbd6e9dd14e1b50ca34550eec9111071.zip
FreeBSD-ports-2f8e56e5cbd6e9dd14e1b50ca34550eec9111071.tar.gz
BROKEN on 5.x: does not compile
Diffstat (limited to 'graphics/ocaml-lablgl')
-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 dba0e47..c34189c 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>
OpenPOWER on IntegriCloud