aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-23 09:05:01 +0800
committerkris <kris@FreeBSD.org>2004-02-23 09:05:01 +0800
commite4a356e1b72ca1b88d0715f3cf5495574c27e64f (patch)
tree3ce92fe75257a8808476d81adc277138ee27a8d4 /graphics
parent453e522048317a858a14ccf91cd6a0cbe0281550 (diff)
downloadfreebsd-ports-graphics-e4a356e1b72ca1b88d0715f3cf5495574c27e64f.tar.gz
freebsd-ports-graphics-e4a356e1b72ca1b88d0715f3cf5495574c27e64f.tar.zst
freebsd-ports-graphics-e4a356e1b72ca1b88d0715f3cf5495574c27e64f.zip
This is broken on 4.x as well.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ocaml-lablgl/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/graphics/ocaml-lablgl/Makefile b/graphics/ocaml-lablgl/Makefile
index c34189cab69..1c944eb9513 100644
--- a/graphics/ocaml-lablgl/Makefile
+++ b/graphics/ocaml-lablgl/Makefile
@@ -19,6 +19,8 @@ COMMENT= OpenGL interface for Objective Caml
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
RUN_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
+BROKEN= "Does not compile"
+
USE_MESA= yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/lablGL-${PORTVERSION}
@@ -26,12 +28,6 @@ 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
@@ -43,4 +39,4 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>