diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-09 02:03:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-09 02:03:00 +0000 |
commit | b85a364c161310e995f1314003d0d6890c95a00a (patch) | |
tree | de69bd86c019688194f302ac4caa7a60657aafa0 /graphics/ocaml-lablgl | |
parent | 2a2c47052feab86719dfafd657dcc53d81ae6624 (diff) |
Notes
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 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> |