summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-05-29 03:44:14 +0000
committerkris <kris@FreeBSD.org>2004-05-29 03:44:14 +0000
commit707b893478cc9c9d83db17284a4a22232ea01a2d (patch)
treecdb3ce087fcdbdb511ea3e87dd4f273aa8415a8b /multimedia
parent62b700e718db0205eb3b2398f3334c035ff3ba91 (diff)
downloadFreeBSD-ports-707b893478cc9c9d83db17284a4a22232ea01a2d.zip
FreeBSD-ports-707b893478cc9c9d83db17284a4a22232ea01a2d.tar.gz
BROKEN on 4.x: Does not compile
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/dirac/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/dirac/Makefile b/multimedia/dirac/Makefile
index 537fcde..e91bcaf 100644
--- a/multimedia/dirac/Makefile
+++ b/multimedia/dirac/Makefile
@@ -27,4 +27,10 @@ CONFIGURE_ENV+= CXXFLAGS=-I${LOCALBASE}/include
NOMAN= defined
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on 4.x"
+.endif
+
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud