diff options
author | kris <kris@FreeBSD.org> | 2004-03-13 13:55:33 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-13 13:55:33 +0800 |
commit | 2624c5ec17a537888cd50e72b19493d94cef9ef0 (patch) | |
tree | 035c0d35cad4b8aadd73ea9b89d4410350d3463e /graphics | |
parent | 279cb9d7a54302242356cc7b2f703ad24c9d2577 (diff) | |
download | freebsd-ports-gnome-2624c5ec17a537888cd50e72b19493d94cef9ef0.tar.gz freebsd-ports-gnome-2624c5ec17a537888cd50e72b19493d94cef9ef0.tar.zst freebsd-ports-gnome-2624c5ec17a537888cd50e72b19493d94cef9ef0.zip |
BROKEN: Does not compile
Diffstat (limited to 'graphics')
-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 |