diff options
-rw-r--r-- | graphics/opendx/Makefile | 4 |
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 |