diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-13 05:55:33 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-13 05:55:33 +0000 |
commit | 5b748f14d819c4c4a2c392ca98c25bd9480b0e26 (patch) | |
tree | 55714eef803a8cbb6119e6bd9760fd2f5a3a5b64 /graphics/ocaml-lablgl | |
parent | ca9cfb204f716035b8bbb8bdef7b484849bd400b (diff) | |
download | ports-5b748f14d819c4c4a2c392ca98c25bd9480b0e26.tar.gz ports-5b748f14d819c4c4a2c392ca98c25bd9480b0e26.zip |
BROKEN: Does not compile
Notes
Notes:
svn path=/head/; revision=103843
Diffstat (limited to 'graphics/ocaml-lablgl')
-rw-r--r-- | graphics/ocaml-lablgl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/ocaml-lablgl/Makefile b/graphics/ocaml-lablgl/Makefile index d25e26b9935e..11a9dbb37551 100644 --- a/graphics/ocaml-lablgl/Makefile +++ b/graphics/ocaml-lablgl/Makefile @@ -25,6 +25,8 @@ ALL_TARGET= all opt #EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PORTNAME} #DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME} +BROKEN= "Does not compile" + post-extract: @${CP} ${WRKSRC}/Makefile.config.freebsd ${WRKSRC}/Makefile.config |