diff options
author | kris <kris@FreeBSD.org> | 2004-02-09 02:03:00 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-09 02:03:00 +0000 |
commit | 2f8e56e5cbd6e9dd14e1b50ca34550eec9111071 (patch) | |
tree | a4d02c024e62c66fc8cb1fa0a68e2a0da9a8829e /graphics/ocaml-lablgl | |
parent | 8291be953c72509109ff2c90d8ce55b97902d9fd (diff) | |
download | FreeBSD-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/Makefile | 8 |
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> |