aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/opendx
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-19 10:53:03 +0800
committerKris Kennaway <kris@FreeBSD.org>2004-09-19 10:53:03 +0800
commit01028fe53a7639ae6a25b4e9ccabc90a0dfc0b54 (patch)
tree642c029aa53b9c9755a55e472cbfd07d2692df44 /graphics/opendx
parent3818bebb3c6e81d7ad8f064a8bc88b31ce5c17ae (diff)
downloadfreebsd-ports-gnome-01028fe53a7639ae6a25b4e9ccabc90a0dfc0b54.tar.gz
freebsd-ports-gnome-01028fe53a7639ae6a25b4e9ccabc90a0dfc0b54.tar.zst
freebsd-ports-gnome-01028fe53a7639ae6a25b4e9ccabc90a0dfc0b54.zip
BROKEN on 5.x: Broken pkg-plist
Approved by: portmgr (self)
Diffstat (limited to 'graphics/opendx')
-rw-r--r--graphics/opendx/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile
index 7d479ebb66fa..77098d80f223 100644
--- a/graphics/opendx/Makefile
+++ b/graphics/opendx/Makefile
@@ -39,6 +39,10 @@ PLIST_SUB= ARCH=${OPSYS:L}
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Broken pkg-plist"
+.endif
+
.if defined(WITH_HDF)
LIB_DEPENDS+= df.1:${PORTSDIR}/science/hdf
.endif