diff --git a/graphics/libopenraw/Makefile b/graphics/libopenraw/Makefile index 5b1626857c60..0eec4b7d3ee5 100644 --- a/graphics/libopenraw/Makefile +++ b/graphics/libopenraw/Makefile @@ -36,6 +36,10 @@ CONFIGURE_ARGS+=--disable-gnome PLIST_SUB+= GNOME="@comment " .endif +.if ${OSVERSION} < 700000 +BROKEN= does not configure on 6.X +.endif + post-patch: @${REINPLACE_CMD} -e 's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|testsuite ||' ${WRKSRC}/Makefile.in